1
0
mirror of https://github.com/docker/cli.git synced 2026-01-22 03:22:01 +03:00

Clarify effect of docker start on started container in CLI docs

This behavior changed from v0.9 to v0.10, so document it to prevent
any confusion.

Docker-DCO-1.1-Signed-off-by: Matthew Heon <mheon@redhat.com> (github: mheon)
Upstream-commit: 8fc62f6ec3
Component: cli
This commit is contained in:
Matthew Heon
2014-06-05 15:08:54 -04:00
committed by Tibor Vass
parent e6053e16c7
commit 0b30245939

View File

@@ -1139,6 +1139,9 @@ more details on finding shared images from the commandline.
-a, --attach=false Attach container's stdout/stderr and forward all signals to the process
-i, --interactive=false Attach container's stdin
When run on a container that has already been started,
takes no action and succeeds unconditionally.
## stop
Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...]