Step 2. Install Docker Compose

Ensure that all the software requirements are met.
For details, see https://docs.docker.com/compose/install/.

Procedure
  1. Download the current stable release of Docker Compose:

    Copy
    sudo curl -L "https://github.com/docker/compose/releases/download/1.25.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
  2. Apply executable permissions to the binary:

    Copy
    sudo chmod +x /usr/local/bin/docker-compose
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.