signalfx / maestro-ng

Orchestration of Docker-based, multi-host environments
https://signalfx.com
Apache License 2.0
683 stars 83 forks source link

using volume from other container should create implicit dependency #175

Closed iangkent closed 8 years ago

iangkent commented 8 years ago

When a service instance (container) in one service depends on a data volume container using volumes_from then a dependency should be created so that the data volume container is started before the service container.

mpetazzoni commented 8 years ago

Indeed. I need to do a release very soon; I'll make sure to fix that first.