1podman-pod-pause(1)()                                    podman-pod-pause(1)()
2
3
4

NAME

6       podman-pod-pause - Pause one or more pods
7
8

SYNOPSIS

10       podman pod pause [options] pod ...
11
12

DESCRIPTION

14       Pauses all the running processes in the containers of one or more pods.
15       You may use pod IDs or names as input.
16
17

OPTIONS

19       --all, -a
20
21
22       Pause all pods.
23
24
25       --latest, -l
26
27
28       Instead of providing the pod name or ID, pause the last created pod.
29
30
31       The latest option is not supported on the remote client.
32
33

EXAMPLE

35       podman pod pause mywebserverpod
36
37
38       podman pod pause 860a4b23
39
40

SEE ALSO

42       podman-pod(1), podman-pod-unpause(1), podman-pause(1)
43
44

HISTORY

46       July  2018,  Originally  compiled  by  Peter   Hunt   pehunt@redhat.com
47       ⟨mailto:pehunt@redhat.com⟩
48
49
50
51                                                         podman-pod-pause(1)()
Impressum