Skip to content

Instantly share code, notes, and snippets.

@wesolowski
Created October 6, 2017 15:30
Show Gist options
  • Save wesolowski/02860d61d1b71d2b62e9f9a57b152795 to your computer and use it in GitHub Desktop.
Save wesolowski/02860d61d1b71d2b62e9f9a57b152795 to your computer and use it in GitHub Desktop.
docker-compose | install in teamcity-agent
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