From 486fcd4e1e6f00424f1016d8e331582523bd2c68 Mon Sep 17 00:00:00 2001 From: Jhon Honce Date: Tue, 29 Oct 2019 17:27:12 -0700 Subject: Update document formatting and packaging code * Refactored code and Makefile to support new docs layout * Removed some old code packaging code * Add Readme.md to document what we're doing Signed-off-by: Jhon Honce Signed-off-by: baude --- docs/source/markdown/podman-pod-pause.1.md | 34 ++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 docs/source/markdown/podman-pod-pause.1.md (limited to 'docs/source/markdown/podman-pod-pause.1.md') diff --git a/docs/source/markdown/podman-pod-pause.1.md b/docs/source/markdown/podman-pod-pause.1.md new file mode 100644 index 000000000..9533ed4a1 --- /dev/null +++ b/docs/source/markdown/podman-pod-pause.1.md @@ -0,0 +1,34 @@ +% podman-pod-pause(1) + +## NAME +podman\-pod\-pause - Pause one or more pods + +## SYNOPSIS +**podman pod pause** [*options*] *pod* ... + +## DESCRIPTION +Pauses all the running processes in the containers of one or more pods. You may use pod IDs or names as input. + +## OPTIONS + +**--all**, **-a** + +Pause all pods. + +**--latest**, **-l** + +Instead of providing the pod name or ID, pause the last created pod. + +The latest option is not supported on the remote client. + +## EXAMPLE + +podman pod pause mywebserverpod + +podman pod pause 860a4b23 + +## SEE ALSO +podman-pod(1), podman-pod-unpause(1), podman-pause(1) + +## HISTORY +July 2018, Originally compiled by Peter Hunt -- cgit v1.2.3-54-g00ecf