Install docker-compose on Linux
Download from the official website github
Download for x86 architecture: docker-compose-Linux-x86_64
## Copy to the /usr/local/bin/ directory#
cp docker-compose-Linux-x86_64 /usr/local/bin/docker-compose
## Set executable permissions#
chmod +x /usr/local/bin/docker-compose
## Check the version#
docker-compose version
## The output should be as follows#
docker-compose version 1.25.5, build 8a1c60f6
Docker-py version: 4.1.0
CPython version: 3.7.5
OpenSSL version: OpenSSL 1.1.01 10 Sep 2019