标签:sudo tmp machine releases usr lease 安装 curl base
$ base=https://github.com/docker/machine/releases/download/v0.16.0 &&
curl -L $base/docker-machine-$(uname -s)-$(uname -m) >/tmp/docker-machine &&
sudo mv /tmp/docker-machine /usr/local/bin/docker-machine &&
chmod +x /usr/local/bin/docker-machine
$ docker-machine version
docker-machine version 0.16.0, build 9371605
标签:sudo tmp machine releases usr lease 安装 curl base
原文地址:https://www.cnblogs.com/linjiqin/p/11592298.html