Skip to content

Instantly share code, notes, and snippets.

@stanlee321
Created December 13, 2019 20:44
Show Gist options
  • Save stanlee321/694ce9081c813c50316ab9bb20052805 to your computer and use it in GitHub Desktop.
Save stanlee321/694ce9081c813c50316ab9bb20052805 to your computer and use it in GitHub Desktop.
install_docker.md
# Docker machine
curl -L https://github.com/docker/machine/releases/download/v0.16.0/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