From 200e62243002d1296840781af8094613d017cd8d Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Thu, 5 Mar 2015 15:04:56 -0700 Subject: [PATCH] Update README.md Update README.md with information on the contents of the "docker- swarm" folder. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d8f3e23..288ef2e 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ This repository contains a variety of files and tools for learning new technolog **vagrant-docker-yaml**: This folder is an extension of "vagrant-docker" in that it provides the ability to specify the list of Docker containers that Vagrant will create in a separate YAML file. +**docker-swarm**: This folder contains a `Vagrantfile` and supporting files to run a Consul-backed Docker Swarm cluster under Vagrant on your local system. + ## License This content is licensed under the MIT License.