How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "openlogic/navylinux-8"
config.vm.box_version = "8.4r1-20211115"
end
vagrant init openlogic/navylinux-8 \
--box-version 8.4r1-20211115
vagrant up
This version was created over 1 year ago.
This Navy Linux image is built to be as similar to our CentOS 8 images as possible to facilitate direct comparison.
No support is included with this Navy Linux beta image, but we would love to hear about any issues or problems that you experience with the image.