Sarathlal N

Installing Docker Compose in Linux Mint 20

Install required packages & tools

sudo apt update
sudo apt install wget curl

Download docker compose

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 -

Make the script executable

chmod +x docker-compose-linux-x86_64

Move the file inside PATH directory

sudo mv docker-compose-linux-x86_64 /usr/local/bin/docker-compose

Verify that installation was successful

docker-compose version

Got a project in mind? Send me a quick message, and I'll get back to you within 24 hours!.

Recent Posts

  1. Disabling Payment Methods in WooCommerce Based on Conditions
  2. How to Update Product Quantity in WooCommerce Using Custom Code
  3. Dynamically Generating a Table of Contents in WordPress
  4. Direct Checkout in WooCommerce - Add Product to Cart from Checkout Page & Skip Shop, Product, and Cart Pages
  5. Understanding the Impact of git reset --hard Command

Your Questions / Comments

If you found this article interesting, found errors, or just want to discuss about it, please get in touch.