Page 1 of 1

How to install docker-compose

Posted: Sat Oct 10, 2020 6:11 pm
by cmisztur
What is the correct way to install docker-compose?

Re: How to install docker-compose

Posted: Wed Dec 23, 2020 10:26 pm
by pbuyle
I wasn't able to get docker-compose running using any of the instructions at https://docs.docker.com/compose/install/

But it works when using linuxeserver.io's docker-compose image. It can easily be installed with

Code: Select all

wget https://raw.githubusercontent.com/linuxserver/docker-docker-compose/master/run.sh -O /usr/bin/docker-compose
chmod +x /usr/local/bin/docker-compose

Re: How to install docker-compose

Posted: Fri Oct 01, 2021 2:45 pm
by cmisztur
Thanks. I found some of these notes as well:

https://openwrt.club/95.html

https://forum.openwrt.org/t/docker-comp ... nwrt/60699

This script should build docker-compose successfully:

https://gist.github.com/CRFSlick/ba518c ... 7c52a4a62a