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
Describe the bug
After docker sends the termination signal to the container, any STDOUT from the hosted process is not propagated anymore to the container.
@Marucik This issue is being addressed. We are currently investigating the root cause and working on a fix. Thank you for bringing this to our attention.
Describe the bug
After docker sends the termination signal to the container, any STDOUT from the hosted process is not propagated anymore to the container.
To Reproduce
Docker compose project here: https://github.com/david-garcia-garcia/dockernosigterm
In the dockerfile you have two entrypoints, one with LogMonitor the other without it.
Without log monitor, when you shutdown the container you get this output in the container stdout:
When using the entry point with LogMonitor.exe you get nothing.
Expected behavior
Output from the hosted process is properly propagated until the hosted process totally terminates.
The text was updated successfully, but these errors were encountered: