Docker error:
docker-compose: command not found,How to solve the problem?
Docker error:
docker-compose: command not found,How to solve the problem?
This situation is mostly due to the fact that the program is indeed present in our system. We can install Docker Composer.
Download the Docker Compose installation package and use the following command:
wget https://github.com/docker/compose/releases/download/1.14.0-rc2/docker-compose-Linux-x86_64
mv docker-compose-Linux-x86_64 /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
docker-compose -version