Introduction
In Part 0 of this series we helped get a Fedora 26 Atomic Host system set up for the rest of this lab. In this section we will cover the following topics from the outline:
- Getting Familiar With Atomic Host
- Viewing Changes To A Deployed System
Getting Familiar
Atomic Host is built on top of underlying technology known as OSTree
and leveraged by an RPM aware higher level technology known as rpm-ostree.
rpm-ostree is able to build and deliver OSTrees built out of RPMs.
Once built, an OSTree commit can be installed to a server just like
a traditional OS. New OSTree commits are created by a build system and
a server can pull down and apply updates, similar to a git pull.