From 323259ec4e4fa0b74169a8be10ede07d389a611c Mon Sep 17 00:00:00 2001 From: Florian Klein Date: Sun, 12 Jul 2015 13:22:53 +0200 Subject: [PATCH] explain how to make it work on awazon ec2. Signed-off-by: Klein Florian --- experimental/compose_swarm_networking.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/experimental/compose_swarm_networking.md b/experimental/compose_swarm_networking.md index 570f0be7f9..b3e734feed 100644 --- a/experimental/compose_swarm_networking.md +++ b/experimental/compose_swarm_networking.md @@ -19,7 +19,8 @@ Before you start, you’ll need to install the experimental build of Docker, and - To install Compose, follow the instructions [here](http://docs.docker.com/compose/install/). -You’ll also need a [Docker Hub](https://hub.docker.com/account/signup/) account and a [Digital Ocean](https://www.digitalocean.com/) account. +You’ll also need a [Docker Hub](https://hub.docker.com/account/signup/) account and a [Digital Ocean](https://www.digitalocean.com/) account. +It works with the amazonec2 driver as well (by adapting the commands accordingly), except you'll need to manually open the ports 8500 (consul) and 7946 (serf) by editing the inbound rules of the corresponding security group. ## Set up a swarm with multi-host networking