Comment on How do you keep up?
Pika@sh.itjust.works 3 weeks agoStrangely 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.
Fedegenerate@lemmynsfw.com 3 weeks ago
That was my conclusion as well, however I am at work and it’s not appropriate to be reading docker documentation. Thank you for the write up.