scottslowe-learning-tools/docker/README.md
Scott Lowe 6db1e636d0
Update documentation
Update documentation in various directories. Add missing documentation to some environments. Fix typos in some documentation.

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2019-07-13 08:03:36 -06:00

31 lines
2.1 KiB
Markdown

# Learning Tools: Docker
Here you'll find a collection of tools and resources for learning about (or experimenting with) Docker and Docker containers.
## Contents
**atomic-swarm-mode**: Here is a learning environment and instructions for manually building a Docker Swarm cluster on CentOS Atomic Host.
**containerd-runc**: _This is a placeholder for future work._
**coreos-swarm-mode**: Here is a learning environment and instructions for manually building a Docker Swarm cluster on CoreOS Container Linux.
**docker-ce-edge**: This folder is for quickly turning up a learning environment running the "Edge" release of Docker CE.
**ipvlan-l2**: This folder has files to create a learning environment for using ipvlan interfaces with Docker containers.
**ipvlan-l3**: This folder has files to create a learning environment for using ipvlan L3 interfaces with Docker containers.
**ipvs**: Use this learning environment to experiment with using IPVS/LVS for load balancing Docker containers.
**macvlan**: This folder has files to create a learning environment for using macvlan interfaces with Docker containers.
**swarm-consul**: This folder contains a `Vagrantfile` and supporting files to run a Consul-backed Docker Swarm cluster under Vagrant on your local system. The provisioning is handled via shell scripts.
**swarm-etcd**: In this folder is a `Vagrantfile` and supporting files for turning up an etcd 2.0-backed Docker Swarm cluster. The provisioning is handled via shell scripts.
**swarm-etcd2-photon:** This folder contains a Vagrant environment and associated support files to turn up an etcd-backed Docker Swarm cluster where the Docker Engine instances are running on VMware Photon. Provisioning is handled by Ansible 2.x.
**swarm-ha**: This folder holds a `Vagrantfile`, supporting files, and instructions for turning up a Consul-backed Docker Swarm cluster with multiple Swarm managers for high availability. The provisioning is handled via shell scripts.
**ubuntu-Swarm-mode**: In this folder is a learning environment that uses Vagrant and Ansible to establish a Swarm mode cluster on Ubuntu.