1
0
mirror of https://github.com/projectatomic/atomic.git synced 2026-02-05 18:45:01 +01:00
Files
atomic/docs/atomic-host.1.md
Dan Walsh fe026bd624 Fix atomic host man page
Closes: #746
Approved by: rhatdan
2016-11-05 11:06:16 +00:00

52 lines
1.2 KiB
Markdown

% ATOMIC(1) Atomic Man Pages
% Dan Walsh
% January 2015
# NAME
atomic-host - Manage Atomic Host Commands
# SYNOPSIS
**atomic host [OPTIONS] COMMAND**
This command is a high-level wrapper for the underlying `rpm-ostree` tool which
can perform upgrades, rollbacks, and system state inspection. It is used
for implementations of the Project Atomic Host pattern.
#NOTE
The `host` subcommand is only available on `Atomic Host Systems`.
# OPTIONS
**-h** **-help**
Print usage statement
**-r** **--reboot**
Initiate a reboot after rollback is prepared.
# COMMANDS
**status**
List information about all deployments
**rollback**
Switch to alternate installed tree at next boot
**upgrade**
Upgrade to the latest Atomic tree if one is available
**deploy**
Download and deploy a specific Atomic tree
**unlock**
Remove the read-only bind mount on `/usr`
and replace it with a writable overlay filesystem. This
default invocation of "unlock" is intended for
development/testing purposes. All changes in the overlay
are lost on reboot (or upgrade). Pass `--hotfix` to create changes
that persist on reboot (but still not upgrades).
# SEE ALSO
man rpm-ostree
man ostree
# HISTORY
January 2015, Originally compiled by Daniel Walsh (dwalsh at redhat dot com)