You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.
SystemD seems to lose the handles to the container's stdout and stderr after restarting it with docker restart. I see this:
Feb 04 19:12:23 iris systemd-docker[12192]: [04-Feb-2017 19:12:23] NOTICE: Terminating ...
Feb 04 19:12:23 iris systemd-docker[12192]: [04-Feb-2017 19:12:23] NOTICE: exiting, bye-bye!
And then nothing else, even though the container is (still) running, with the same container ID. Is there any way to reattach the journal after a restart?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
SystemD seems to lose the handles to the container's stdout and stderr after restarting it with
docker restart
. I see this:And then nothing else, even though the container is (still) running, with the same container ID. Is there any way to reattach the journal after a restart?
The text was updated successfully, but these errors were encountered: