Add cli.md documentation for docker-pause and docker-unpause
Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@docker.com> (github: SvenDowideit)
This commit is contained in:
committed by
Tibor Vass
parent
ff64867b75
commit
c0199886cd
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user