Compose

How Compose works
Learn how Docker Compose works, from the application model to Compose files and CLI, whilst following a detailed example.
https://docs.docker.com/compose/intro/compose-application-model/

Helps you control your entire application stack. For example it allows you to control container instances for a set of services, networks and volumes from a single config YAML. It also helps you quickly control the lifecycles, view statues and view logs.

Quickstart Guide

Interfacing