mirror of https://github.com/docker/cli.git
man/docker-run.1: fix --interactive
Do not mention the default value twice. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
parent
70dea5c144
commit
c2670c59fb
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue