Introduction
This tutorial will cover the basics of using docker and docker-compose.
We will utilise docker to create a stack of services that will allow for home media automation.
This tutorial aims to teach the following:
• difference between images and containers;
• finding images;
• building images;
• managing containers;
• understanding network basics; and
• how to define environments with docker-compose.