He is a Technical professional. He is a person who loves to share tricks and tips on the Internet. He Posts what he does!
Docker-compose is an official tool by docker to manage and deploy multi-container applications. Docker-compose uses a YAML file where application services are defined.
If you have any confusion between docker-compose and docker stack check out this link.
Installation
Step 1: Download the docker-compose for your operating system.
Step 2: Change the ownership of the downloaded file.
This enabled executable permission
Step 3: Check the docker-compose version
Troubleshooting
if the docker-compose command fails, create a symbolic link to the bin folder.
sudo ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose
© 2020, Techrunnr. All rights reserved.