Comments on How to Install Docker and Docker Compose on Debian 11
Docker is a free and open-source platform to develop, ship, and run applications in the containerized environment. In this tutorial, we will show you how to install Docker and Docker compose on Debian 11.
2 Comment(s)
Add comment
Comments
By: Hasan Murad
Slight tweak on following commands works for me
curl -s https://api.github.com/repos/docker/compose/releases/latest | grep browser_download_url | grep docker-compose-linux-x86_64 | cut -d '"' -f 4 | wget -qi -
By: DanP
THX ! ;)