From 7ea512c0349fef31b2eb51eea86a2904513832e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Wed, 30 Mar 2016 16:16:41 +0200 Subject: [PATCH] Consistent capitalization of Swarm and web UI --- www/htdocs/index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/www/htdocs/index.html b/www/htdocs/index.html index 50ec9a0c..34bdf7a9 100644 --- a/www/htdocs/index.html +++ b/www/htdocs/index.html @@ -572,7 +572,7 @@ docker-compose kill ## Viewing our application -- The app exposes a Web UI with a realtime progress graph +- The app exposes a web UI with a realtime progress graph .exercise[ @@ -1184,7 +1184,7 @@ If you get errors about port 8001, make sure that - Check the latency of `rng`
(it should have improved significantly!) -- Check the application performance in the Web UI +- Check the application performance in the web UI
(it should improve if you have enough workers) *Note: if `worker` was scaled when you did `docker-compose up`, @@ -1598,7 +1598,7 @@ Shortcut: `docker-compose.yml-ambassador` docker-compose ps ``` -- Look at the Web UI to make sure that it works fine +- Look at the web UI to make sure that it works fine ] @@ -1651,7 +1651,7 @@ Shortcut: `docker-compose.yml-ambassador` ``` ] -- Admire the result in the Web UI! +- Admire the result in the web UI! ] @@ -2405,9 +2405,9 @@ in the output. ## Visualizing container logs in Kibana - Less than 5 seconds later (the refresh rate of the UI), - the log line should be visible in the Web UI + the log line should be visible in the web UI -- We can customize the Web UI to be more readable +- We can customize the web UI to be more readable .exercise[ @@ -2959,10 +2959,10 @@ class: title - cluster discovery mechanism
(so that the manager can learn about the nodes) - - swarm manager + - Swarm manager
(your frontend to the cluster) - - swarm agent + - Swarm agent
(runs on each node, registers it with service discovery) --- @@ -3628,7 +3628,7 @@ So, what do‽ - Swarm supports constraints -- We could tell swarm to put all our containers together +- We could tell Swarm to put all our containers together - Linking would work