Skip to content

Latest commit

 

History

History

README.md

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.