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