1
0
mirror of https://github.com/docker/cli.git synced 2026-01-22 03:22:01 +03:00

cli.md: Add space

Upstream-commit: 12d91c5137
Component: cli
This commit is contained in:
Felix Rabe
2014-05-02 22:56:35 +02:00
committed by Tibor Vass
parent ddf441822f
commit e4d6143a1b

View File

@@ -991,7 +991,7 @@ optionally suffixed with `:ro` or `:rw` to mount the volumes in read-only
or read-write mode, respectively. By default, the volumes are mounted in
the same mode (read write or read only) as the reference container.
The `-a` flag tells `docker run` to bind to the container'sstdin, stdout or
The `-a` flag tells `docker run` to bind to the container's stdin, stdout or
stderr. This makes it possible to manipulate the output and input as needed.
$ sudo echo "test" | docker run -i -a stdin ubuntu cat -