阿里云安装doker-compose

1.安装epel-release

yum -y install epel-release
阿里云安装doker-compose

2.安装python-pip

yum -y install python-pip
阿里云安装doker-compose

3.检查版本

pip -V
阿里云安装doker-compose

4.升级pip

pip install --upgrade pip
阿里云安装doker-compose

5.检查版本

pip -V
阿里云安装doker-compose

6.安装docker-compose

pip install docker-compose
阿里云安装doker-compose

注意

1.yum install python-pip异常
阿里云安装doker-compose
解决:1.下载安装包curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
阿里云安装doker-compose
2.在安装包所在目录执行python3 get-pip.py或者python get-pip.py
阿里云安装doker-compose
3.检查版本
阿里云安装doker-compose
4.安装docker-compose
pip install docker-compose

相关文章:

  • 2021-11-05
  • 2021-04-07
  • 2021-06-29
  • 2021-11-05
  • 2021-11-08
  • 2021-05-06
  • 2021-09-10
  • 2021-12-01
猜你喜欢
  • 2021-12-10
  • 2021-07-01
  • 2021-06-28
  • 2021-12-27
  • 2021-12-10
  • 2021-11-27
  • 2021-11-28
相关资源
相似解决方案