Created
December 13, 2019 20:44
-
-
Save stanlee321/1dd8e8578df51cc3316939fba455d84d to your computer and use it in GitHub Desktop.
install_docker.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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