0

linux 下怎样安装docker compose

muriel created at5 years ago view count: 86
report
回复
0
apt-get -y install python-pip
pip install setuptools --upgrade
pip install wheel
pip install docker-compose
5 years ago 回复