Comment on How do you keep up?

<- View Parent
Pika@sh.itjust.works ⁨3⁩ ⁨weeks⁩ ago

Strangely it sounds like that’s correct. I was under the understanding that depends_on cared about it past start as well but it does not. It doesn’t look like there’s a native way of turning containers that are depending on one another when you turn the dependency off. It looks like the current recommended way of doing it is either with a Docker compose file (which doesn’t help if the process crashed), or having a third party script on the host monitor is the dependencies and if one is considered offline, it turns the dependees off.

source
Sort:hotnewtop