How to Install Docker compose on ubuntu 18.04 and use to run multiple docker containers

Introduction Docker Compose is used to run multi-container Docker applications. This means that each container will run a standalone application which can also communicate with the other containers present in the same host. Docker Compose uses YAML files to configure all of your Docker containers and configurations. In this tutorial, we’ll show you how to […]

Read more