bigfix / bfdocker

Build docker images of the BigFix Server and Agent
Apache License 2.0
8 stars 6 forks source link

containers in an existing Vagrant based host don't restart automatically on vagrant up #38

Open gearoidibm opened 8 years ago

gearoidibm commented 8 years ago

If the Vagrant box is halted and restarted the containers stay down. They should probably restart automatically. Maybe use docker run's --restart or something equivalent in docker compose

gearoidibm commented 8 years ago

Don't see any suitable restart options in docker compose that will pass through to docker run's --restart :-(