Day 18 of #90DaysOfDevops
Docker compose
Docker Compose allows docker to set up multi-container environments. One can easily use a single command to build images and run all the containers.
There is a three-step process to work with Docker Compose
1. Define the application en...
ronke.hashnode.dev4 min read