Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • For me this happened in a docker container when I did docker logs <containerID>. Somehow doing ^C on docker logs killed the container! Commented Jan 17, 2022 at 13:51
  • I think, the comment from @cst1992 is now fixed. I tried docker logs, docker logs --follow and docker attach. Only the last killed the process that was running. I even tried an endless loop, because docker logs terminates else Commented Feb 13, 2024 at 22:59