Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Add support for plugins which handle container starts/stops and order #136

Open
ThaDaVos opened this issue Aug 25, 2023 · 0 comments

Comments

@ThaDaVos
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant