How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "AlbanMontaigu/boot2docker"
config.vm.box_version = "18.06.1-ce"
end
vagrant init AlbanMontaigu/boot2docker \
--box-version 18.06.1-ce
vagrant up
This version was created over 5 years ago.
There isn't a description.