Files
moby/integration-cli/docker_utils_test.go
Sebastiaan van Stijn f5890a5eda integration-cli: runSleepingContainerInImage: don't capture stderr
The runSleepingContainerInImage (and runSleepingContainer) utils are
expected to return the container's ID (or name). They already assert
the command executed successfully, so let's avoid capturing output
from stderr (which could be warnings or logs).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2026-06-18 12:32:06 +02:00

12 KiB