From aa9830907aba91cf5a09e89b38df9875e66c6c5a Mon Sep 17 00:00:00 2001 From: GabrielNicolasAvellaneda Date: Thu, 15 Oct 2015 19:54:35 -0300 Subject: [PATCH] MINOR typo fix. Signed-off-by: GabrielNicolasAvellaneda --- man/docker-run.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/docker-run.1.md b/man/docker-run.1.md index 334d204a..cb00f971 100644 --- a/man/docker-run.1.md +++ b/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.