I am using Vagrant boot2docker to provision docker containers. This containers are created and started during the provision process.
After halting or restarting the VM and then calling vagrant up
the containers are not restarted again.
Also vagrant provision
does not work a second time because the containers all have a fixed name to the provision process can not run again.
Is there a way in Vagrant where I can restart containers on vagrant up