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…

Docker recipe intro

This section of the blog will deal entirely with docker. We will look especially at some smaller example applications and compositions to demonstrate how to deal with some problems one encounters as a devOps engineer or as IT Professional in general. Each of this recipes will be structured in a Read more…