Skip to content

Commit d0eb1de

Browse files
committed
chore: add curl test
Signed-off-by: Daniel S. <sybnex@gmail.com>
1 parent 9ba83a2 commit d0eb1de

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

content/en/docs/12/02/_index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ sectionnumber: 12.2
77

88
You can create a simple docker swarm server on any machine in the same network.
99

10-
For this lab you hav to go together with your neighbour and create a cluster
10+
{{% alert title="Note" color="primary" %}}
11+
For this lab, you should pair up with one of your neighbors and create a cluster.
12+
{{% /alert %}}
1113

1214

1315
### Creating a Swarm
@@ -132,6 +134,12 @@ docker stack ls
132134
docker ps
133135
```
134136

137+
Try to access our application by running curl
138+
139+
```bash
140+
curl localhost:5000
141+
```
142+
135143

136144
### Delete a stack
137145

0 commit comments

Comments
 (0)