1podman-pod-unpause(1) General Commands Manual podman-pod-unpause(1)
2
3
4
6 podman-pod-unpause - Unpause one or more pods
7
8
10 podman pod unpause [options] pod ...
11
12
14 Unpauses all the paused processes in the containers of one or more
15 pods. You may use pod IDs or names as input.
16
17
19 --all, -a
20 Unpause all pods.
21
22
23 --latest, -l
24 Instead of providing the pod name or ID, unpause 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 Unpause pod with a given name
31
32
33 podman pod unpause mywebserverpod
34
35
36
37 Unpause pod with a given ID
38
39
40 podman pod unpause 860a4b23
41
42
43
45 podman(1), podman-pod(1), podman-pod-pause(1)
46
47
49 July 2018, Originally compiled by Peter Hunt pehunt@redhat.com
50 ⟨mailto:pehunt@redhat.com⟩
51
52
53
54 podman-pod-unpause(1)