This box has no released versions.
It will not be available from vagrant box add
,
nor will it show up in search results.
How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "wendellmedina/ubuntu1804-custom"
config.vm.box_version = "19.6.0"
end
vagrant init wendellmedina/ubuntu1804-custom \
--box-version 19.6.0
vagrant up
This version was created about 5 years ago.
Initial release.