Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions install_config/install/prerequisites.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,24 @@ SELINUX=enforcing
SELINUXTYPE=targeted
----

[discrete]
[[install-prerequisites-overlayfs]]
=== Using OverlayFS

OverlayFS is a union file system that allows you to overlay one file system on
top of another.

As of Red Hat Enterprise Linux 7.4, you have the option to configure your
{product-title} environment to use OverlayFS. The `overlay2` graph driver is
fully supported in addition to the older `overlay` driver. However, Red Hat
recommends using `overlay2` instead of `overlay`, because of its speed and
simple implementation.

See the
link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux_atomic_host/7/html-single/managing_containers/#overlay_graph_driver[Overlay
Graph Driver] section of the Atomic Host documentation for instructions on how
to to enable the `overlay2` graph driver for the Docker service.

[[prereq-NTP]]
=== NTP

Expand Down