mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-28 01:01:12 +00:00
Merge pull request #82 from adulescentulus/fix_visualizer_exercise
(some) wrong instructions
This commit is contained in:
@@ -2491,7 +2491,7 @@ There are many ways to deal with inbound traffic on a Swarm cluster.
|
||||
|
||||
.exercise[
|
||||
|
||||
- Point your browser to port 8080 of any node of the Swarm
|
||||
- Point your browser to port 8080 of your node1's public ip
|
||||
|
||||
(If you use Play-With-Docker, click on the (8080) badge)
|
||||
|
||||
@@ -6553,7 +6553,7 @@ class: prom-auto
|
||||
```bash
|
||||
docker-compose -f prometheus.yml build
|
||||
docker-compose -f prometheus.yml push
|
||||
docker stack deploy -c prometheus.yml
|
||||
docker stack deploy -c prometheus.yml prometheus
|
||||
```
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user