mirror of
https://github.com/docker/docs.git
synced 2026-03-31 00:08:55 +07:00
If we're just streaming logs from `docker-compose up`, we don't need to set AttachStdin/out/err, and doing so results in containers with different configuration depending on whether `up` or `run` were invoked with `-d` or not. Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>