Update READMEs

Update the README files for older/outdated technologies

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
This commit is contained in:
Scott Lowe 2023-12-10 20:04:08 -07:00 committed by Scott S. Lowe
parent 0260303b2c
commit 28f4e1677b
4 changed files with 8 additions and 0 deletions

View file

@ -2,6 +2,8 @@
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.

View file

@ -2,6 +2,8 @@
Here you'll find Vagrant environments and other resources for learning more about CoreOS.
**NOTE:** The examples, code, and configurations in this folder were written for CoreOS as it existed prior to the Red Hat acquisition. Current iterations of CoreOS as distributed by Red Hat may no longer work with the information in this folder.
## Contents
**cloudinit-toolbox**: This folder contains files for using cloud-init to customize the CoreOS toolbox. This learning environment can be used with local Vagrant VMs, with OpenStack instances, or with AWS instances.

View file

@ -2,6 +2,8 @@
Here you'll find Vagrant environments and other resources for learning more about Fedora Atomic Host.
**NOTE:** Fedora 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
**26-atomic-generic**: This folder has a Vagrant environment for spinning up a generic VM instance of Fedora 26 Atomic Host. No custom provisioning is provided in this environment.

View file

@ -2,6 +2,8 @@
This folder contains tools, resources, and environments for working with `rkt`, the CoreOS container runtime.
**NOTE:** The `rkt` runtime is no longer actively developed, and CoreOS was acquired by Red Hat. The code, examples, and configurations found in this folder very likely do not work.
## Contents
**rkt-ubuntu**: This folder contains the files to work with `rkt` (version 1.4.0), the CoreOS implementation of the App Container (appc) specification, on Ubuntu 14.04. Provisioning is handled by Vagrant's file and shell provisioners.