7,540
edits
Changes
Docker
,→Manage Virtual Hosts with docker-machine
You can control the order of service startup with the depends_on option. Compose always starts containers in dependency order, where dependencies are determined by depends_on, links, volumes_from, and network_mode: "service:...". However, Compose does not wait until a container is “ready” (whatever that means for your particular application) - only until it’s running. There’s a good reason for this.
<br><br>
=Manage Virtual Hosts with docker-machine=
<br>
<br>
=SWARM=