Skip to content

Docker Compose

Step:-01: Installing Docker Compose

# Installing Docker Compose
$ sudo curl -L https://github.com/docker/compose/releases/download/1.21.0/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose

Step:-02: Making the file executable

# Making it executable
$ sudo chmod +x /usr/local/bin/docker-compose

Step:-03: Verifying the installation

# Verifying installation
$ docker-compose --version

Shashi View All

A passionate devops and automation engineer

4 thoughts on “Docker Compose Leave a comment

  1. I’m amazed, I must say. Seldom do I come across a blog that’s both equally educative and entertaining, and let me tell you, you’ve hit the nail on the head. The issue is something which too few people are speaking intelligently about. I am very happy I stumbled across this in my hunt for something relating to this.

    Like

Leave a comment