Merge pull request #82 from adulescentulus/fix_visualizer_exercise

(some) wrong instructions
This commit is contained in:
Jérôme Petazzoni
2017-06-17 09:31:31 -07:00
committed by GitHub

View File

@@ -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
```
]