Docker Compose Tutorial - Vegibit
vegibit.com › docker-compose-tutorialDocker Compose Tutorial Summary. Used to configure relationships between containers; Saves our docker container run settings in a single file; Creates simple docker-compose up environment startups; Consists of two parts; 1. A YAML file that defines: containers; networks; volumes; 2. The docker-compose CLI used to process those YAML files