Add cli.md documentation for docker-pause and docker-unpause

Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@docker.com> (github: SvenDowideit)
Upstream-commit: c0199886cd
Component: cli
This commit is contained in:
Sven Dowideit
2014-06-22 16:33:19 -07:00
committed by Tibor Vass
parent 07dde65329
commit 4cfb9c2ec6

View File

@ -760,6 +760,12 @@ log entry.
Lookup the public-facing port that is NAT-ed to PRIVATE_PORT
## pause
Usage: docker pause CONTAINER
Pause all processes within a container
## ps
Usage: docker ps [OPTIONS]
@ -1263,6 +1269,12 @@ them to [*Share Images via Repositories*](
Display the running processes of a container
## unpause
Usage: docker unpause CONTAINER
Pause all processes within a container
## version
Usage: docker version