1ATOMIC(1) January 2015 ATOMIC(1)
2
3
4
6 atomic-host - Manage Atomic Host Commands
7
8
9
11 atomic host [OPTIONS] COMMAND
12
13
14 This command is a high-level wrapper for the underlying rpm-ostree tool
15 which can perform upgrades, rollbacks, and system state inspection. It
16 is used for implementations of the Project Atomic Host pattern.
17
18
19 #NOTE The host subcommand is only available on Atomic Host Systems.
20
21
22
24 -h -help
25 Print usage statement
26
27
28 -r --reboot Initiate a reboot after rollback is prepared.
29
30
31
33 status List information about all deployments
34
35
36 rollback Switch to alternate installed tree at next boot
37
38
39 upgrade Upgrade to the latest Atomic tree if one is available
40
41
42 deploy Download and deploy a specific Atomic tree
43
44
45 unlock Remove the read-only bind mount on /usr and replace it with a
46 writable overlay filesystem. This default invocation of "unlock" is
47 intended for development/testing purposes. All changes in the overlay
48 are lost on reboot (or upgrade). Pass --hotfix to create changes that
49 persist on reboot (but still not upgrades).
50
51
52
54 man rpm-ostree
55 man ostree
56
57
58
59
61 January 2015, Originally compiled by Daniel Walsh (dwalsh at redhat dot
62 com)
63
64
65
66Dan Walsh Atomic Man Pages ATOMIC(1)