Home

Published

- 1 min read

install docker-compose ubuntu 20.04

img of install docker-compose ubuntu 20.04

The solution for this is noted below

install docker-compose ubuntu 20.04

Solution

   sudo curl -L "https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose && sudo chmod +x /usr/local/bin/docker-compose

Try other methods by searching on the site. That is if this doesn’t work