You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
2.[generate your ssh key](ssh.md#ssh-key-generation)
9
-
3. edit the [DockerCE/Swarm Mode example](../examples/swarmmode.json) and fill in the blank strings
9
+
3. edit the [Swarm Mode example](../examples/swarmmode.json) and fill in the blank strings
10
10
4.[generate the template](acsengine.md#generating-a-template)
11
11
5.[deploy the output azuredeploy.json and azuredeploy.parameters.json](../README.md#deployment-usage)
12
12
13
13
## Walkthrough
14
14
15
-
Once your DockerCE/Swarm Mode cluster has been deployed you will have a resource group containing:
15
+
Once your Swarm Mode cluster has been deployed you will have a resource group containing:
16
16
17
17
1. a set of 1,3, or 5 masters in a master availability set. Each master's SSH can be accessed via the public dns address at ports 2200..2204. First master's SSH can also be accessed via public dns address on port 22.
18
18
@@ -24,7 +24,7 @@ The following image shows the architecture of a container service cluster with 3
24
24
25
25
All VMs are in the same VNET where the masters are on private subnet 172.16.0.0/24 and the agents are on the private subnet, 10.0.0.0/16, and fully accessible to each other.
26
26
27
-
## Create your First Two DockerCE/Swarm Mode Docker services: hello-world, and Docker web app
27
+
## Create your First Two Swarm Mode Docker services: hello-world, and Docker web app
28
28
29
29
After completing this walkthrough you will know how to:
0 commit comments