浏览代码

Merge pull request #5563 from felixrabe/patch-3

cli.md: Add space
O.S. Tezer 11 年之前
父节点
当前提交
cefb0d1277
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/reference/commandline/cli.md

+ 1 - 1
docs/sources/reference/commandline/cli.md

@@ -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
 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 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.
 stderr. This makes it possible to manipulate the output and input as needed.
 
 
     $ sudo echo "test" | docker run -i -a stdin ubuntu cat -
     $ sudo echo "test" | docker run -i -a stdin ubuntu cat -