1podman-pause(1)() podman-pause(1)()
2
3
4
6 podman-pause - Pause one or more containers
7
8
10 podman pause [options] [container...]
11
12
13 podman container pause [options] [container...]
14
15
17 Pauses all the processes in one or more containers. You may use con‐
18 tainer IDs or names as input.
19
20
22 --all, -a
23
24
25 Pause all running containers.
26
27
29 Pause a container named 'mywebserver'
30
31
32 podman pause mywebserver
33
34
35
36 Pause a container by partial container ID.
37
38
39 podman pause 860a4b23
40
41
42
43 Pause all running containers.
44
45
46 podman stop -a
47
48
49
51 podman(1), podman-unpause(1)
52
53
55 September 2017, Originally compiled by Dan Walsh dwalsh@redhat.com
56 ⟨mailto:dwalsh@redhat.com⟩
57
58
59
60 podman-pause(1)()