hanneseichblatt.de About Pages Tags Contact RSS

Install Docker Compose on Fedora

07 September 2015

Fedora 22 currently only has version 1.0.0 of Docker Compose in its repositories and the instructions on Docker’s website do not work at the moment. I’m here to help.

sudo dnf install python-devel gcc
sudo pip install -U docker-compose==1.4.0 websocket
docker-compose --version