The officially official Devuan Forum!

You are not logged in.

#1 Re: Documentation » Install Docker on Devuan » Yesterday 19:07:15

This was helpful. Some additions:

Current compose version is 5.1.3 (they decided to burn some major numbers to reduce confusion), so download link is:

sudo wget -c https://github.com/docker/compose/releases/download/v5.1.3/docker-compose-`uname -s`-`uname -m` -O /usr/local/bin/docker-compose; sudo chmod +x /usr/local/bin/docker-compose

If you want

docker compose

to work, rather than just

docker-compose

one can make directories at

$HOME/.docker/cli-plugins

and then make a symlink to the docker-compose binary like

ln -s /usr/local/bin/docker-compose docker-compose

Then the following should work:

$ docker compose version
Docker Compose version v5.1.3

Board footer

Forum Software