Intro to docker compose

In this post we want to look at ways to orchestrate containers with docker compose instead of doing this manually all the time. We will look at the following points: Why should you utilize docker-compose How does it work on a conceptual level yaml file example command reference Why docker Read more…