'command not found' when I try to run docker-compose

Idem on Ubuntu 20.04 LTS on raspberry pi4
If you type cat docker-compose in /usr/local/bin, you’ll get “Not found” …
Type uname -s then uname -m, and see if you get something from URL in your browser. For me, uname -s is Linux, and uname -m is aarch64, but unfortunately https://github.com/docker/compose/releases/download/1.26.2/docker-compose-Linux-aarch64 does not exists.

1 Like