× NETGEAR will be terminating ReadyCLOUD service by July 1st, 2023. For more details click here.
Orbi WiFi 7 RBE973
Reply

Working docker-compose plugin

tigerten
Luminary

Working docker-compose plugin

Here is how to install docker-compose (OS 6.10.8) that works. 

 

1. install the kernel-plus. This is the prerequisite for installing Docker CLI. 

2. Install Docker CLI

3. install docker-compose to the same directory as docker, /usr/bin using:

 

curl -L https://github.com/docker/compose/releases/download/1.29.2/docker-compose-`uname -s`-`uname -m` -o docker-compose

 

4. chmod 755 docker-compose

5. test:

 

docker-compose --version

 

the version will return.

 

Highest version that works is 1.29.2

Message 1 of 1
Top Contributors
Discussion stats
  • 0 replies
  • 929 views
  • 2 kudos
  • 1 in conversation
Announcements