How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "dduportal/boot2docker"
  config.vm.box_version = "1.3.1"
end
vagrant init dduportal/boot2docker \
  --box-version 1.3.1
vagrant up

This version was created over 9 years ago.

  • Moving to boot2docker 1.3.1 (docker 1.3.1)
  • Adding SSL docker's daemon port NAT to 2376
  • NATed ports are now auto-moved when conflicting
  • When docker-building, AUFS limit is now 128 layers instead of 42
  • Packer-only new build process, from the vanilla boot2docker iso, checksumed
  • bootlocal.sh can be used from /vagrant mount (alongside the Vagrantfile)

Tag on github : https://github.com/dduportal/boot2docker-vagrant-box/releases/tag/dduportal-1.3.1

1 provider for this version.
  • virtualbox
    unknown Externally hosted (dl.dropboxusercontent.com)