mirror of https://github.com/docker/cli.git
Fix docker exec command help messages
Signed-off-by: Lei Jitang <leijitang@huawei.com>
This commit is contained in:
parent
39b226dc84
commit
01b86d0d32
|
@ -657,7 +657,7 @@ You'll need two shells for this example.
|
|||
|
||||
Usage: docker exec [OPTIONS] CONTAINER COMMAND [ARG...]
|
||||
|
||||
Run a command in an existing container
|
||||
Run a command in a running container
|
||||
|
||||
-d, --detach=false Detached mode: run command in the background
|
||||
-i, --interactive=false Keep STDIN open even if not attached
|
||||
|
|
Loading…
Reference in New Issue