Skip to content

Instantly share code, notes, and snippets.

@ombak
Created May 28, 2020 01:23
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 ombak/1fee60d01ff661fbbbe5e2739ba81e4f to your computer and use it in GitHub Desktop.
Save ombak/1fee60d01ff661fbbbe5e2739ba81e4f to your computer and use it in GitHub Desktop.
curl -L https://github.com/docker/machine/releases/download/v0.16.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