|
@@ -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
|