安装Docker Machine 出错解决方法

使用官网提供方法:

base=https://github.com/docker/machine/releases/download/v0.14.0 && curl -L $base/docker-machine-$(uname -s)-$(uname -m) >/tmp/docker-machine && sudo install /tmp/docker-machine /usr/local/bin/docker-machine

执行后报错:

[root@localhost ~]# curl -L https://github.com/docker/machine/releases/download/v0.12.0/docker-machine-`uname -s`-`uname -m` > /tmp/docker-machine
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (35) Peer reports incompatible or unsupported protocol version.

 

解决办法:

(1) yum update nss nss-util nspr

(2)yum update curl

 

posted on 2019-05-09 16:42  骂农  阅读(541)  评论(0编辑  收藏  举报

导航