Fix docker exec help messages.#8818
Conversation
|
LGTM, the drone test fail is unrelated, docs team feel free to merge if you like it |
|
@jfrazelle yes,I like it,feel free to merge it |
|
This needs the matching strings in |
|
@SvenDowideit Thanks,I'm doing it.The cli.md and docker/docker/flags.go will be updated too,am I miss any files? |
728b16c to
5c26a59
Compare
|
yup :) use grep to be sure, but there will be one in the |
|
@SvenDowideit The one in the docs/man is docker-exec.1.md and I don't think it need to be updated,docker-exec.1.md has described the docker exec command as |
|
update cli.md and docker/docker/flags.go |
|
@coolljt0725 I'm guessing you want to |
5c26a59 to
80f3be4
Compare
|
@SvenDowideit update |
|
@coolljt0725 argh! something changed in master again, can you rebase please? |
Signed-off-by: Lei Jitang <[email protected]>
80f3be4 to
d8b17d7
Compare
|
@SvenDowideit have rebased |
|
LGTM |
Fix docker exec help messages.
Signed-off-by: Lei Jitang [email protected]
The docker exec command help messages "Run a command in an existing container"
should be "Run a command in a running container".
"an existing container" would confuse the users since docker exec exactly run a command
in a running container.
docker-exec.1.md also description the docker exec command as
"Run a process in a running container."