docker-compose

yum -y install epel-release; yum -y install python-pip; pip --version

pip install docker-compose

docker-compose version

原文地址:https://www.cnblogs.com/linkenpark/p/7795796.html