How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "ekko919/Oracle-8.x"
config.vm.box_version = "2023-11-07"
end
vagrant init ekko919/Oracle-8.x \
--box-version 2023-11-07
vagrant up
This version was created 9 months ago.
This is the first build release for VSL (Vagrant Server Lab) project for Oracle 8.x OS. LVM partition schema applied to this box.