How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "reclusive/bionic64"
end
vagrant init reclusive/bionic64
vagrant up
This version was created 21 days ago.
There isn't a description.
This version was created about 2 months ago.
There isn't a description.
This version was created 3 months ago.
There isn't a description.
This version was created 4 months ago.
There isn't a description.
This version was created 5 months ago.
There isn't a description.
This version was created 5 months ago.
There isn't a description.
This version was created 5 months ago.
There isn't a description.
This version was created 5 months ago.
There isn't a description.
This version was created 5 months ago.
There isn't a description.
This version was created 5 months ago.
Update to bionic64 base box to use the primary disk on port 0 of the SATA controller. This should enable support of the vagrant experimental "disks" feature.