1DOCKER(1) JUNE 2014 DOCKER(1)
2
3
4
6 docker-pause - Pause all processes within one or more containers
7
8
9
11 docker pause CONTAINER [CONTAINER...]
12
13
14
16 The docker pause command suspends all processes in the specified
17 containers. On Linux, this uses the cgroups freezer. Traditionally,
18 when suspending a process the SIGSTOP signal is used, which is
19 observable by the process being suspended. With the cgroups freezer
20 the process is unaware, and unable to capture, that it is being
21 suspended, and subsequently resumed. On Windows, only Hyper-V
22 containers can be paused.
23
24
25 See the cgroups freezer documentation
26 ⟨https://www.kernel.org/doc/Documentation/cgroup-v1/freezer-
27 subsystem.txt⟩ for further details.
28
29
30
32 --help
33 Print usage statement
34
35
36
38 docker-unpause(1) to unpause all processes within one or more
39 containers.
40
41
42
44 June 2014, updated by Sven Dowideit ⟨SvenDowideit@home.org.au⟩
45
46
47
48Docker Community Docker User Manuals DOCKER(1)