How to install docker compose with Debian
Feb 11, 2018
1 minute read

How to install docker compose with Debian

The easiest way is with pip (so that it’s also working on Armhf and Arm64) :

apt-get -y install python-pip
pip install setuptools --upgrade
pip install wheel
pip install docker-compose

Tested on Stretch and Jessie.



comments powered by Disqus