1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #14564 from docteurklein/master

[experimental compose/swarm] explain how to make it work on awazon ec2.
This commit is contained in:
Sebastiaan van Stijn 2015-08-24 17:47:26 +02:00
commit 37f58d266f

View file

@ -20,6 +20,7 @@ Before you start, youll need to install the experimental build of Docker, and
- To install Compose, follow the instructions [here](http://docs.docker.com/compose/install/).
Youll 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