How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "dduportal/boot2docker"
config.vm.box_version = "1.6.0"
end
vagrant init dduportal/boot2docker \
--box-version 1.6.0
vagrant up
This version was created about 9 years ago.
See https://github.com/dduportal/boot2docker-vagrant-box/blob/master/CHANGELOG.md#04052015-v160
The source code for this version is tagged "dduportal-1.6.0" : https://github.com/dduportal/boot2docker-vagrant-box/releases/tag/dduportal-1.6.0