How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "ast9501/Ubuntu18-server-generic"
end
vagrant init ast9501/Ubuntu18-server-generic
vagrant up
This version was created about 1 year ago.
Fix: Add vagrant user with ssh privileged Set system boot requirements to 2G RAM, 32G disk
This version was created about 1 year ago.
Basic