From f5e9b82443a802bf1ca31b6867dad276ac109053 Mon Sep 17 00:00:00 2001 From: soulshake Date: Thu, 24 Sep 2015 12:05:52 -0500 Subject: [PATCH] those -. these; add note for clarification about running all commands from node1 --- www/htdocs/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/www/htdocs/index.html b/www/htdocs/index.html index f195ff09..6dd2e9f7 100644 --- a/www/htdocs/index.html +++ b/www/htdocs/index.html @@ -139,7 +139,7 @@ class: title - This is the stuff you're supposed to do! - Create [GitHub](https://github.com/) and [Docker Hub](https://hub.docker.com) accounts now if needed -- Go to [view.dckr.info](http://view.dckr.info) to view those slides +- Go to [view.dckr.info](http://view.dckr.info) to view these slides ] @@ -155,14 +155,14 @@ class: title .exercise[ -- Log into the first VM -- Check that you can SSH (without password) to `node2` +- Log into the first VM (`node1`) +- Check that you can SSH (without password) to `node2`\* - Check the version of docker with `docker version` ] -Note: from now on, unless instructed, all commands have -to be done from the first VM, `node1`. +\*Note: from now on, unless instructed, **all commands must +be run from the first VM, `node1`**. ---