Docker Compose
====================================================================================
Installation
Install Docker Compose (and docker.io if not installed already)
apt install docker.io docker-compose
====================================================================================
YAML (Yet Another Markup Language)
YAML files are just text files that are used by Docker-Compose for definition of image/container setup. YAML files are a very useful feature of Docker as they all for deployment of containers on any system by just using the YAML file.
====================================================================================