python2.7.5安装docker-compose的方法

yum -y install epel-release && yum install -y python-pip && pip install --upgrade pip && pip install --upgrade setuptools30.1.0 && pip install --upgrade docker-compose1.24.1

原文地址:https://www.cnblogs.com/erbiao/p/12034382.html