You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently docker compose depends_on is not respected by Docker itself - so when the host reboots, the containers may be started in a wrong order causing issues - to solve this I was hoping one could create a plugin which hooks into the container start/stop system and allows to help to redefine the order based on the labels set by docker docker compose - to hopefully resolve this issue easily in the user land - instead of waiting for Docker/Moby to do this.
The text was updated successfully, but these errors were encountered:
Currently docker compose
depends_on
is not respected by Docker itself - so when the host reboots, the containers may be started in a wrong order causing issues - to solve this I was hoping one could create a plugin which hooks into the container start/stop system and allows to help to redefine the order based on the labels set by docker docker compose - to hopefully resolve this issue easily in the user land - instead of waiting for Docker/Moby to do this.The text was updated successfully, but these errors were encountered: