Showing posts with label docker-machine. Show all posts
Showing posts with label docker-machine. Show all posts

Sunday, December 10, 2017

docker-machine

On CentOS:

curl -L https://github.com/docker/machine/releases/download/v0.13.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