Closed ain closed 7 years ago
Both commands run docker-compose,
stack start
is the same as sync + manual docker compose
start
Please read what depends on does and what it does not offer and add health checks to really orchestrate service start orders
I actually tried several times and was unable to reproduce the issue without docker-sync
. Not sure if it could be a difference from v3
that brought a change in depends_on
in general…
you can ask here https://github.com/xeger/docker-compose since we use this as an abstraction layer for docker-compose - but AFAIR in the end, they actually do call the cli, so it should not matter, v3 or v2, depends on the dc version you have
Error/Feature Requestion/Docs
Whenever using
docker-sync-stack start
it behaves differently fromdocker-compose up -d
in the way it treats the order to start up services.Docker Driver
d4m
Sync strategy
native_osx
your docker-sync.yml
OS
macOS