使用pip的方式安装docker-compose

# 国内开启pip 下载加速:http://mirrors.aliyun.com/help/pypi
mkdir ~/.pip/
cat > ~/.pip/pip.conf <<'EOF'
[global]
index-url = https://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host=mirrors.aliyun.com
EOF


# 下载pip软件
yum install -y python2-pip
# 下载 docker-compose
pip install docker-compose
posted @ 2021-03-29 17:24  哈喽哈喽111111  阅读(722)  评论(0编辑  收藏  举报