mirror of https://github.com/docker/cli.git
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
ff64867b75
commit
c0199886cd
|
@ -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…
Reference in New Issue