Created
October 6, 2017 15:30
-
-
Save wesolowski/02860d61d1b71d2b62e9f9a57b152795 to your computer and use it in GitHub Desktop.
docker-compose | install in teamcity-agent
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -L https://github.com/docker/compose/releases/download/1.16.1/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose | |
chmod +x /usr/local/bin/docker-compose | |
pip uninstall docker-py; pip uninstall docker; pip install docker; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment