1podman-pause(1)             General Commands Manual            podman-pause(1)
2
3
4

NAME

6       podman-pause - Pause one or more containers
7
8

SYNOPSIS

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

DESCRIPTION

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

OPTIONS

19       --all, -a
20
21
22       Pause all running containers.
23
24

EXAMPLE

26       Pause a container named 'mywebserver'
27
28
29              podman pause mywebserver
30
31
32
33       Pause a container by partial container ID.
34
35
36              podman pause 860a4b23
37
38
39
40       Pause all running containers.
41
42
43              podman stop -a
44
45
46

SEE ALSO

48       podman(1), podman-unpause(1)
49
50

HISTORY

52       September 2017, Originally compiled by Dan Walsh ⟨dwalsh@redhat.com⟩
53
54
55
56                                                               podman-pause(1)
Impressum