go-plugins-helpers icon indicating copy to clipboard operation
go-plugins-helpers copied to clipboard

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

Open ThaDaVos opened this issue 2 years ago • 0 comments

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.

ThaDaVos avatar Aug 25 '23 07:08 ThaDaVos