How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "roboxes/oracle8"
  config.vm.box_version = "3.6.13"
end
vagrant init roboxes/oracle8 \
  --box-version 3.6.13
vagrant up

This version was created over 1 year ago.

A build environment for use in cross platform development.

2 providers for this version.
  • libvirt
    unknown Hosted by Vagrant Cloud (1.26 GB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (1.27 GB)