From ae638b8e89af4ea283fce6436999b2ab34e6d623 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Wed, 3 May 2017 11:46:35 -0700 Subject: [PATCH] Minor updates before GOTO --- docs/index.html | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/index.html b/docs/index.html index 545cd21f..68d54efe 100644 --- a/docs/index.html +++ b/docs/index.html @@ -350,7 +350,7 @@ class: in-person - The whole workshop is hands-on -- We will see Docker 17.03 in action +- We will see Docker in action - You are invited to reproduce all the demos @@ -549,9 +549,9 @@ You are welcome to use the method that you feel the most comfortable with. ## Brand new versions! -- Engine 17.03 -- Compose 1.11 -- Machine 0.10 +- Engine 17.05 +- Compose 1.13 +- Machine 0.11 .exercise[ @@ -566,7 +566,7 @@ You are welcome to use the method that you feel the most comfortable with. --- -## Wait, what, 17.03 ?!? +## Wait, what, 17.05 ?!? -- @@ -676,9 +676,9 @@ class: extra-details - Containers can have network aliases (resolvable through DNS) -- Compose file version 2 makes each container reachable through its service name +- Compose file version 2+ makes each container reachable through its service name -- Compose file version 1 requires "links" sections +- Compose file version 1 did require "links" sections - Our code can connect to services using their short name @@ -2812,7 +2812,7 @@ Note: if the hash rate goes to zero and doesn't climb back up, try to `rm` and ` - This might change in the future (after all, it was possible in 1.12 RC!) -- As of Docker Engine 17.03, other parameters requiring to `rm`/`create` the service are: +- As of Docker Engine 17.05, other parameters requiring to `rm`/`create` the service are: - service name @@ -4223,8 +4223,6 @@ Note: if you updated the roll-out parallelism, *rollback* will not rollback to t --- -class: swarmctl - ## Getting task information for a given node - You can see all the tasks assigned to a node with `docker node ps` @@ -4241,7 +4239,7 @@ class: swarmctl class: swarmtools -## SwarmKit debugging tools +# SwarmKit debugging tools - The SwarmKit repository comes with debugging tools