1podman-pod-pause(1) General Commands Manual podman-pod-pause(1)
2
3
4
6 podman-pod-pause - Pause one or more pods
7
8
10 podman pod pause [options] pod ...
11
12
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
19 --all, -a
20 Pause all pods.
21
22
23 --latest, -l
24 Instead of providing the pod name or ID, pause the last created pod.
25 (This option is not available with the remote Podman client, including
26 Mac and Windows (excluding WSL2) machines)
27
28
30 Pause a pod with a given name
31
32 podman pod pause mywebserverpod
33
34
35
36 Pause a pod with a given ID
37
38 podman pod pause 860a4b23
39
40
41
43 podman(1), podman-pod(1), podman-pod-unpause(1), podman-pause(1)
44
45
47 July 2018, Originally compiled by Peter Hunt pehunt@redhat.com
48 ⟨mailto:pehunt@redhat.com⟩
49
50
51
52 podman-pod-pause(1)