Skip to content

Email: admin@alshowto.com

Al's Down`N Dirty KB

Al's Down`N Dirty KB

Get`Er Done

  • Home
  • Docker Compose

Tag: Docker Compose

Debian 11 and Docker-Compose

Posted on October 15, 2022December 20, 2022 By admin No Comments on Debian 11 and Docker-Compose
Linux

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” »

Install Docker Compose On Linux

Posted on September 19, 2022September 19, 2022 By admin No Comments on Install Docker Compose On 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.

Copyright © 2023 Al's Down`N Dirty KB.

Theme: Oceanly Premium by ScriptsTown