Merge pull request #2022 from pietervisser/patch-1

Fixes typo in docs 03-create-cluster.md
This commit is contained in:
Nishant Totla 2016-03-24 13:34:36 -07:00
commit 510ea94890
2 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ weight=-89
# Setup cluster resources # Setup cluster resources
Now that [your underlying network infrastructure is built](02-deploy-infra.md), Now that [your underlying network infrastructure is built](02-deploy-infra.md),
you can deploye and configure the Swarm cluster. A host in a Swarm cluster is you can deploy and configure the Swarm cluster. A host in a Swarm cluster is
called a *node*. So, these instructions refer to each AWS EC2 instances as a called a *node*. So, these instructions refer to each AWS EC2 instances as a
node and refers to each node by the **Name** it appears as in your EC2 node and refers to each node by the **Name** it appears as in your EC2
Dashboard**. Dashboard**.

View File

@ -29,7 +29,7 @@ not:
- Worker containers: custom built image - Worker containers: custom built image
- Results containers: custom built image - Results containers: custom built image
All custom built images are built using Dockerfile's pulled from the All custom built images are built using Dockerfiles pulled from the
[example application's public GitHub [example application's public GitHub
repository](https://github.com/docker/swarm-microservice-demo-v1). repository](https://github.com/docker/swarm-microservice-demo-v1).