Open amarao opened 1 year ago
Hey! Sad to hear this. I can see a 409 in your logs. Are you using a regular docker installation and using the socket? I haven't tested with 20 containers so that might be the issue. I didn't know your own socket could throw you 409s. I'll have a look this week. Thanks for the report
Ow! I think I know why. Always-up is trying to start a container that has been started with --rm. When it shuts it down, docker tries to remove it and we ask to start it up again. I'll try to see if I can detect that in code directly.
I've tested it on a few containers (~ 20) which become unhealthy at random moment: https://github.com/amarao/unhealthy
After about three minutes always-up stops working, and in the next minute crashes with trace:
During this moment I didn't performed any Docker operations, so it was pure self-inflicted wound.