man/docker-run.1: fix --interactive
Do not mention the default value twice.
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Upstream-commit: c2670c59fb
Component: cli
This commit is contained in:
@ -332,7 +332,7 @@ redirection on the host system.
|
||||
**-i**, **--interactive**=*true*|*false*
|
||||
Keep STDIN open even if not attached. The default is *false*.
|
||||
|
||||
When set to true, keep stdin open even if not attached. The default is false.
|
||||
When set to true, keep stdin open even if not attached.
|
||||
|
||||
**--ip**=""
|
||||
Sets the container's interface IPv4 address (e.g., 172.23.0.9)
|
||||
|
||||
Reference in New Issue
Block a user