Skip to content

Instantly share code, notes, and snippets.

@wahengchang
Created September 29, 2017 06:04
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 wahengchang/d24f7c280ce9d3719bbe3ed03b1e44a9 to your computer and use it in GitHub Desktop.
Save wahengchang/d24f7c280ce9d3719bbe3ed03b1e44a9 to your computer and use it in GitHub Desktop.
docker-machine-install
curl -L https://github.com/docker/machine/releases/download/v0.12.2/docker-machine-`uname -s`-`uname -m` >/tmp/docker-machine &&
chmod +x /tmp/docker-machine
sudo cp /tmp/docker-machine /usr/local/bin/docker-machine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment