瀏覽代碼

Merge pull request #17094 from GabrielNicolasAvellaneda/docs-fixes

MINOR documentation fix.
Sebastiaan van Stijn 9 年之前
父節點
當前提交
310725c933
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      man/docker-run.1.md

+ 1 - 1
man/docker-run.1.md

@@ -421,7 +421,7 @@ its root filesystem mounted as read only prohibiting any writes.
 
    When set to true Docker can allocate a pseudo-tty and attach to the standard
 input of any container. This can be used, for example, to run a throwaway
-interactive shell. The default is value is false.
+interactive shell. The default is false.
 
 The **-t** option is incompatible with a redirection of the docker client
 standard input.