小菜鸟
分类: LINUX
2016-05-31 17:45:50
Install using pip
$ wget --no-check-certificate
$ python get-pip.py
$ pip install docker-compose
Install as a container
$ curl -L
$ chmod +x /usr/local/bin/docker-compose
Uninstallation
To uninstall Docker Compose if you installed using curl:
$ rm /usr/local/bin/docker-compose
To uninstall Docker Compose if you installed using pip:
$ pip uninstall docker-compose