Files
docker-cli/e2e
Paweł Gronowski c27751fcfe container/run: Fix stdout/err truncation after container exit
Fix a regression introduced by 30c4637f03
which made the `docker run` command produce potentially truncated
stdout/stderr output.

Previous implementation stopped the content streaming as soon as the
container exited which would potentially truncate a long outputs.

This change fixes the issue by only canceling the IO stream immediately
if neither stdout nor stderr is attached.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-03-24 17:09:32 +01:00
..
2024-11-27 16:46:34 +00:00
2025-03-20 07:56:28 -07:00
2024-09-03 11:39:43 +02:00
2025-03-04 22:59:28 +01:00