Installation Simple article to get the latest Docker Compose on Debian 11 Note: If you want the breakdown of this command I will have it on the next page. Now make executable and move to appropriate bin dir Testing whereis test tests to see if docker-compose is installed where it is expected to be installed … Read More “Debian 11 and Docker-Compose” »
Tag: Docker Compose
Linux
Linux
Procedure 1. sudo curl -L “https://github.com/docker/compose/releases/download/1.27.4/docker-compose-$(uname -s)-$(uname -m)” -o /usr/local/bin/docker-compose 2. sudo chmod +x /usr/local/bin/docker-compose 3. sudo ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose 4. to verify: docker-compose –version That is it docker compose is installed and ready to run.