https://github.com/docker/machine/releases/

指令:

curl -L https://github.com/docker/machine/releases/download/v0.8.2/docker-machine-`uname -s`-`uname -m` >/usr/local/bin/docker-machine && \
  chmod +x /usr/local/bin/docker-machine

CentOS  7 安装 docker-machine

CentOS  7 安装 docker-machine

文件本占用了!!!

CentOS  7 安装 docker-machine

找到端口号:13383

CentOS  7 安装 docker-machine

CentOS  7 安装 docker-machine

上面一步占用了。

那我们将这个进程杀死:

CentOS  7 安装 docker-machine

这里显示,版本号为:0.8.2 ,Docker Machine安装成功,同事杀死了13383进程。

相关文章:

  • 2021-11-26
  • 2021-12-23
  • 2022-02-11
  • 2021-12-07
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-25
  • 2021-07-31
  • 2021-09-30
  • 2021-06-13
  • 2021-05-22
相关资源
相似解决方案