scottslowe-learning-tools/centos-atomic/README.md
Scott Lowe 28f4e1677b Update READMEs
Update the README files for older/outdated technologies

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2023-12-10 20:05:10 -07:00

753 B

Learning Tools: CentOS Atomic Host

Everything in this folder is focused around CentOS Atomic Host.

NOTE: CentOS Atomic Host is no longer active and has been replaced by CoreOS. The code, examples, and configurations found in this folder may no longer work.

Contents

docker-cloudinit: This folder provides an example of how to use cloud-init to customize the Docker daemon on a CentOS Atomic Host instance on AWS.

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.