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.
This box version is based on the @dduportal/boot2docker-vagrant-box fork, so there are some significant changes:
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