How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "dweomer/microos.amd64"
config.vm.box_version = "16.2021.1101"
end
vagrant init dweomer/microos.amd64 \
--box-version 16.2021.1101
vagrant up
This version was created 9 months ago.
There isn't a description.