From 3853cbef26101f206a1e23e705c38d23a65b81db Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Tue, 7 Mar 2017 13:06:30 -0700 Subject: [PATCH] Update README.md for "centos-atomic" area Update README.md for "centos-atomic" area to include a reference to the CentOS Atomic+Docker+Ansible learning area Signed-off-by: Scott Lowe --- centos-atomic/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/centos-atomic/README.md b/centos-atomic/README.md index 5d8a010..a63b77b 100644 --- a/centos-atomic/README.md +++ b/centos-atomic/README.md @@ -5,3 +5,5 @@ Everything in this folder is focused around CentOS Atomic Host. ## Contents **docker-tcp**: This folder is about customizing the behavior and configuration of the Docker Engine daemon on CentOS Atomic Host, but without modifying the built-in systemd unit file(s). + +**docker-tcp-ansible**: This folder is similar to `docker-tcp`, but using Ansible for the customization instead of a shell script.