How to use this box with Vagrant:

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

This version was created about 9 years ago.

Boot2Docker v1.7.0

This box version is based on the @dduportal/boot2docker-vagrant-box fork, so there are some significant changes:

  • Docker v1.7.0;
  • TLS is enabled by default (refer to README.md to get tips for certificate syncing;
  • Parallels Shared Folders are supported and used by default;
  • NFS synced folders are supported and can be turned on with env variable B2D_NFS_SYNC=1;
  • boot2docker.iso is dumped to the fist partition of virtual HDD.

Please, refer to this page for more information: https://github.com/Parallels/boot2docker-vagrant-box

1 provider for this version.
  • parallels
    unknown Externally hosted (github.com)