1ATOMIC(1)                        January 2015                        ATOMIC(1)
2
3
4

NAME

6       atomic - Atomic Management Tool
7
8
9

SYNOPSIS

11       atomic [OPTIONS] COMMAND [arg...]
12         {containers,diff,images,install,mount,pull,push,run,scan,sign,stop,storage,migrate,top,trust,uninstall,unmount,umount,update,verify,version}
13
14
15       [-h|--help]
16
17
18

DESCRIPTION

20       Atomic Management Tool
21
22
23

OPTIONS

25       -h --help
26         Print usage statement
27
28
29       -v --version
30         Show atomic version
31
32
33       --debug
34         Show debug messages
35
36
37       -y --assumeyes
38         automatically answer yes for all questions
39
40
41

ENVIRONMENT VARIABLES

43       ATOMIC_CONF The location of the atomic configuration file (normally
44       /etc/atomic.conf) can be overridden with the _ATOMICCONF environment
45       variable
46
47
48       ATOMIC_CONFD The location of the atomic configuration directory
49       (normally /etc/atomic.d/) can be overridden with the _ATOMICCONFD
50       environment variable.
51
52
53

COMMANDS

55       atomic-containers(1) operations on installed containers
56
57
58       atomic-diff(1) show the differences between two images|containers' RPMs
59
60
61       atomic-host(1) execute commands to manage an Atomic host.
62
63
64       Note: only available on atomic host platforms.
65
66
67       atomic-images(1) operations on container images
68
69
70       atomic-install(1) execute commands on installed images
71
72
73       atomic-mount(1) mount image or container to filesystem
74
75
76       atomic-pull(1) pull latest image from repository
77
78
79       atomic-push(1) push container image to a repository
80
81
82       atomic-run(1) execute image run method (default)
83
84
85       atomic-scan(1) scan an image or container for CVEs
86
87
88       atomic-sign(1) sign an image
89
90
91       atomic-stop(1) execute container image stop method
92
93
94       atomic-storage(1) manage the container storage on the system
95
96
97       atomic-top(1) display a top-like list of container processes
98
99
100       atomic-trust(1) manage system container trust policy
101
102
103       atomic-uninstall(1) uninstall container from system
104
105
106       atomic-unmount(1) unmount previously mounted image or container
107
108
109       atomic-update(1) Downloads the latest container image.
110
111
112

CONNECTING TO DOCKER ENGINE

114       By default, atomic command connects to docker engine via UNIX domain
115       socket located at /var/run/docker.sock. You can use different
116       connection method via setting several environment variables:
117
118
119       DOCKER_HOST — this variable specifies connection string. If your engine
120       listens on UNIX domain socket, you can specify the path via
121       http+unix://<path>, e.g. http+unix://var/run/docker2.sock. For TCP the
122       string has this form: tcp://<ip>:<port>, e.g. tcp://127.0.0.1:2375
123
124
125       DOCKER_TLS_VERIFY — enables TLS verification if it contains any value,
126       otherwise it disables the verification
127
128
129       DOCKER_CERT_PATH — path to directory with TLS certificates, files in
130       the directory need to have specific names:
131
132
133       cert.pem — client certificate
134
135
136       key.pem — client key
137
138
139       ca.pem — CA certificate
140
141
142       For more info, please visit upstream docs:
143
144
145        https://docs.docker.com/engine/security/https/
146        https://docs.docker.com/machine/reference/env/
147
148
149

HISTORY

151       January 2015, Originally compiled by Daniel Walsh (dwalsh at redhat dot
152       com) November, 2015 Addition of scan and diff by Brent Baude (bbaude at
153       dot com)
154
155
156
157Dan Walsh                       Atomic Man Pages                     ATOMIC(1)
Impressum