소스 검색

MINOR typo fix.

Signed-off-by: GabrielNicolasAvellaneda <avellaneda.gabriel@gmail.com>
GabrielNicolasAvellaneda 9 년 전
부모
커밋
3c1db88290
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.