|
|
|
|
|
by anh79
3970 days ago
|
|
Hi @cpuguy83, Thanks for your feedback. I couldn't gather enough information for bug reporting (But I had few rich logs that told "docker" has invalid memory access.) As a work-around, I use a special patch of docker-compose that helps the containers to restart automatically when "docker" daemon restarts :) > There's also been a known issue around creating lots of `docker exec` instances and those references not being released (so you can query for status later), this is also resolved. Woh, this seems my case, though I am not sure about "releasing" (We run "exec" and "exit"; we don't hold any "exec" for longer than 2 seconds.) I haven't seen this mentioned in changelog (FIXME). Let me try again in ticket system! |
|
ps, you can add `reastart: always` to your compose file, and docker daemon will automatically restart those containers for you.