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 Pause all running containers.
24
25
27 Pause a container named 'mywebserver'
28
29
30 podman pause mywebserver
31
32
33
34 Pause a container by partial container ID.
35
36
37 podman pause 860a4b23
38
39
40
41 Pause all running containers.
42
43
44 podman pause -a
45
46
47
49 podman(1), podman-unpause(1)
50
51
53 September 2017, Originally compiled by Dan Walsh dwalsh@redhat.com
54 ⟨mailto:dwalsh@redhat.com⟩
55
56
57
58 podman-pause(1)()