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

MINOR typo fix.

Signed-off-by: GabrielNicolasAvellaneda <avellaneda.gabriel@gmail.com>
Upstream-commit: aa9830907a
Component: cli
This commit is contained in:
GabrielNicolasAvellaneda
2015-10-15 19:54:35 -03:00
committed by Tibor Vass
parent a5c27ff0c7
commit eb88c834cf

View File

@@ -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.