- 安装pip:
apt-get install -y python-pip
- 安装docker-compose:
pip install docker-compose
30 Words
apt-get install -y python-pip
pip install docker-compose