Dockerizing a Spring Boot Application 1. Overview In this article we’ll focus on how to dockerize a Spring Boot Application to run it in an isolated environment, a.k.a. container. Furthermore we’ll show how to create a composition of containers, which depend on each other and are linked against each other… Continue Reading dockerizing-spring-boot-application

Simple Jenkins Pipeline with Marathon and Mesos 1. Introduction In this article, we’ll be implementing a simple Continuous Delivery pipeline with Jenkins, Marathon and Mesos. First, we will give a high-level overview of the technology stack and architecture, with an explanation of how everything fits together. Following that, we’ll move… Continue Reading jenkins-pipeline-with-marathon-mesos