mirror of https://github.com/docker/docs.git
Merge pull request #2022 from pietervisser/patch-1
Fixes typo in docs 03-create-cluster.md
This commit is contained in:
commit
510ea94890
|
|
@ -12,7 +12,7 @@ weight=-89
|
|||
# Setup cluster resources
|
||||
|
||||
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
|
||||
node and refers to each node by the **Name** it appears as in your EC2
|
||||
Dashboard**.
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ not:
|
|||
- Worker 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
|
||||
repository](https://github.com/docker/swarm-microservice-demo-v1).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue