1ATOMIC(1) January 2015 ATOMIC(1)
2
3
4
6 atomic-stop - Execute container image stop method
7
8
9
11 atomic stop [--display] [-h|--help] container [ARG...]
12
13
14
16 atomic stop attempts to stop a running container, first reading the
17 LABEL STOP field in the container IMAGE.
18
19
20 If the container image has a LABEL STOP instruction like the following:
21
22
23 LABEL STOP /usr/bin/docker kill -s HUP \${NAME}
24
25
26 atomic would execute this command before stopping the container.
27
28
29 atomic stop will set the following environment variables for use in the
30 command:
31
32
33 If this field does not exist, atomic stop will just stop the container,
34 if the container is running.
35
36
37 Any additional arguments will be appended to the command.
38
39
40
42 --display
43 Display the container's stop options and environment variables
44 populated into the stop command. The stop command will not execute if
45 --display is specified. If --display is not specified the stop command
46 will execute. -h --help
47 Print usage statement
48
49
50
52 March 2015, Originally compiled by Daniel Walsh (dwalsh at redhat dot
53 com)
54
55
56
57Dan Walsh Atomic Man Pages ATOMIC(1)