Skip to content

Instantly share code, notes, and snippets.

@roadsideseb
Last active August 29, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roadsideseb/7bdb5288ea9000736f83 to your computer and use it in GitHub Desktop.
Save roadsideseb/7bdb5288ea9000736f83 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
set -ue
if ! which boot2docker > /dev/null
then
echo "Boot2docker doesn't seem to be installed"
exit 0
fi
$(boot2docker shellinit)
echo "Removing virtual box for boot2docker"
boot2docker delete
echo "Removing boot2docker from OSX"
brew uninstall boot2docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment