From e8145d7818235a5c93a276cfbef8438b5fc8b12a Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Thu, 31 Dec 2015 12:19:59 -0700 Subject: [PATCH] Update master README.md file Update top-level README.md file to include information on new multi-Swarm manager Docker Swarm environment found in the "docker-swarm-ha" folder. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5409b08..709df3c 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ This repository contains a variety of files and tools for learning new technolog **docker-swarm-etcd**: In this folder is a `Vagrantfile` and supporting files for turning up an etcd 2.0-backed Docker Swarm cluster. +**docker-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. + **etcd-2.0**: Use the `Vagrantfile` and other files in this directory to turn up an etcd 2.0.9 cluster running on Ubuntu 14.04. **lxd**: In this folder you'll find a `Vagrantfile`, instructions, and other files to help work with LXD (pronounced "lex-dee"), a new daemon and CLI for working with LXC-based OS containers.