We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba83a2 commit d0eb1deCopy full SHA for d0eb1de
1 file changed
content/en/docs/12/02/_index.md
@@ -7,7 +7,9 @@ sectionnumber: 12.2
7
8
You can create a simple docker swarm server on any machine in the same network.
9
10
-For this lab you hav to go together with your neighbour and create a cluster
+{{% alert title="Note" color="primary" %}}
11
+For this lab, you should pair up with one of your neighbors and create a cluster.
12
+{{% /alert %}}
13
14
15
### Creating a Swarm
@@ -132,6 +134,12 @@ docker stack ls
132
134
docker ps
133
135
```
136
137
+Try to access our application by running curl
138
+
139
+```bash
140
+curl localhost:5000
141
+```
142
143
144
### Delete a stack
145
0 commit comments