Modules affected
docker
Description
- New function added for users of
docker-compose run xxx
to be able to output tostdout
. See the test case for an example.- Say you have a script that logs some output to
stderr
and some tostdout
. If you only want to capturestdout
output in your consumer, for example to examine and run a comparison on a string that your script generated, now you can do that without also capturing all the other output (tostderr
).
- Say you have a script that logs some output to