https://rancher.com/ logo
Title
w

white-gpu-45500

12/20/2022, 6:09 PM
I see that the output of
docker run
does not go to console by default. Adding
-a stdout
to the docker run command seems to fix that. Is there any way to make this the default behavior?
That's the default in Docker Desktop (in whatever way it's done).
Correction: need to add
-a stdin -a stdout
f

fast-garage-66093

01/03/2023, 7:04 PM