From 3e06e5e09185b4eef65e3fba66ec502f4f645b92 Mon Sep 17 00:00:00 2001 From: Arnaud Porterie Date: Mon, 13 Apr 2015 15:54:26 -0700 Subject: [PATCH] Mention `boot2docker ssh` in start.sh Signed-off-by: Arnaud Porterie --- start.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/start.sh b/start.sh index 324fad6..bebcb07 100755 --- a/start.sh +++ b/start.sh @@ -31,5 +31,7 @@ echo 'setting environment variables ...' eval "$(./boot2docker.exe shellinit 2>/dev/null | sed 's,\\,\\\\,g')" echo +echo 'You can now use `docker` directly, or `boot2docker ssh` to log into the VM.' + cd exec "$BASH" --login -i