From 8b13fe6eb4c6c98e88e3a7108ee3d63780fe574a Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Fri, 22 Dec 2017 22:48:42 +0100 Subject: [PATCH 1/2] fix formatting in PWD reference --- slides/common/intro.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/slides/common/intro.md b/slides/common/intro.md index 7110ab65..f9782e75 100644 --- a/slides/common/intro.md +++ b/slides/common/intro.md @@ -35,9 +35,7 @@ class: self-paced
you will be given specific instructions to access your cluster - If you are doing this on your own: -
the first chapter will give you various options like - [Play-With-Docker](http://www.play-with-docker.com/) - to get your own cluster +
the first chapter will give you various options to get your own cluster --- From dda09ddbcb2e5c30a1ff5d6d01c57eef1bf03885 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Fri, 22 Dec 2017 22:49:53 +0100 Subject: [PATCH 2/2] slightly edit tmux commands --- slides/autopilot/autotest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slides/autopilot/autotest.py b/slides/autopilot/autotest.py index 1da7aea8..389c5f96 100755 --- a/slides/autopilot/autotest.py +++ b/slides/autopilot/autotest.py @@ -215,10 +215,10 @@ tmux 2. If you want to control a remote tmux: -rm -f /tmp/tmux-{uid}/default -ssh -t -L /tmp/tmux-{uid}/default:/tmp/tmux-1001/default docker@{ipaddr} tmux +rm -f /tmp/tmux-{uid}/default && ssh -t -L /tmp/tmux-{uid}/default:/tmp/tmux-1001/default docker@{ipaddr} tmux 3. If you cannot control a remote tmux: + tmux new-session ssh docker@{ipaddr} """.format(uid=uid, ipaddr=ipaddr)) else: