From d2b67c426e73d6253f94b586c4ad6ac73f0829c6 Mon Sep 17 00:00:00 2001 From: Andreas Groll Date: Mon, 12 Jun 2017 12:07:59 +0200 Subject: [PATCH 1/2] you only can connect to the ip where you started your visualizer --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 570f5cd8..7d1d655c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -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) From 1fdb7b8077fa451695371578d05e88646fca620d Mon Sep 17 00:00:00 2001 From: Andreas Groll Date: Mon, 12 Jun 2017 15:25:35 +0200 Subject: [PATCH 2/2] added missing stackname --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 7d1d655c..61dd2b9f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -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 ``` ]