Recent
Zero Downtime Deployment with Docker Stack and Spring Boot
·10 mins
Playing around with Docker Swarm mode really makes fun: you only need a single command to initialize a cluster on your local machine.
Blue/Green Deployment with Docker InfraKit
·9 mins
The Docker InfraKit is a tool to create and manage you infrastructure in a declarative and self-healing manner.
On Library Dependencies and API Evolution
·8 mins
As maintainer for publicly available libraries one sometimes has to answer feature requests or handle feedback about missing features of the library.
Where Continuous Deployment ends
·6 mins
You have heard about Continuous Delivery or Continuous Deployment, don’t you?
Determine whether a Docker container is running
·3 mins
You might want to find out if a Docker container named “elasticsearch” is currently running.