mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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:
parent
d736754a47
commit
5b8a6eb05f
1 changed files with 12 additions and 0 deletions
|
@ -760,6 +760,12 @@ log entry.
|
||||||
|
|
||||||
Lookup the public-facing port that is NAT-ed to PRIVATE_PORT
|
Lookup the public-facing port that is NAT-ed to PRIVATE_PORT
|
||||||
|
|
||||||
|
## pause
|
||||||
|
|
||||||
|
Usage: docker pause CONTAINER
|
||||||
|
|
||||||
|
Pause all processes within a container
|
||||||
|
|
||||||
## ps
|
## ps
|
||||||
|
|
||||||
Usage: docker ps [OPTIONS]
|
Usage: docker ps [OPTIONS]
|
||||||
|
@ -1263,6 +1269,12 @@ them to [*Share Images via Repositories*](
|
||||||
|
|
||||||
Display the running processes of a container
|
Display the running processes of a container
|
||||||
|
|
||||||
|
## unpause
|
||||||
|
|
||||||
|
Usage: docker unpause CONTAINER
|
||||||
|
|
||||||
|
Pause all processes within a container
|
||||||
|
|
||||||
## version
|
## version
|
||||||
|
|
||||||
Usage: docker version
|
Usage: docker version
|
||||||
|
|
Loading…
Add table
Reference in a new issue