How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "Rendanic/oraclelinux-8.x"
config.vm.box_version = "210805"
end
vagrant init Rendanic/oraclelinux-8.x \
--box-version 210805
vagrant up
This version was created about 2 years ago.
There isn't a description.