fix formatting

This commit is contained in:
LRubin 2016-10-25 11:14:56 -07:00 committed by GitHub
parent 38f84c6029
commit eac083809c
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ Following the example in the previous section, you have a node cluster deployed
What if you have another VPC for some other purpose, (the components already exist) and you want to deploy a node cluster in that VPC. What if you have another VPC for some other purpose, (the components already exist) and you want to deploy a node cluster in that VPC.
Docker Cloud: Docker Cloud:
1. Looks for the selected VPC. Found! 1. Looks for the selected VPC. Found!
2. Looks for selected subnets. If you do not select any subnets, Docker Cloud tries to create them using the rules previously described. 2. Looks for selected subnets. If you do not select any subnets, Docker Cloud tries to create them using the rules previously described.
3. If you selected more than one subnet, Docker Cloud distributes the nodes in the cluster among those subnets. If not, all nodes are placed in the same subnet. 3. If you selected more than one subnet, Docker Cloud distributes the nodes in the cluster among those subnets. If not, all nodes are placed in the same subnet.