How to install docker-compose?
Managing multiple docker containers on CLI could be a painful task, docker-compose is an easy to use solution to manage all your docker containers inside a docker-compose.yml file. You can run multiple docker containers inside one compose file. In this Guide I will show you how to install docker-compose on your Debian or Ubuntu server. Install docker-compose on Linux Make sure you have curl installed on your system. For Debian or Ubuntu you can do so, by running: apt install curl....