centos安裝docker-compose

pip安裝

#安裝依賴
yum -y install epel-release
#安裝PIP
yum -y install python-pip
#升級PIP
pip install --upgrade pip
#查看pip版本
pip --version
複製代碼
#安裝docker-compose
pip install docker-compose 
#卸載
pip uninstall docker-compose
複製代碼
相關文章
相關標籤/搜索