Skip to content
This repository has been archived by the owner on Feb 27, 2018. It is now read-only.

Commit

Permalink
Merge pull request #94 from icecrime/restore_ssh_script
Browse files Browse the repository at this point in the history
Add shortcut to SSH into boot2docker VM
  • Loading branch information
tianon committed Apr 14, 2015
2 parents 7739ffc + 3e06e5e commit 30bd77e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 30bd77e

Please sign in to comment.