Docker
-
DevOps

Gracefully Shutting Down Java in Containers: Why You Should Double-Check!
Gracefulness is not only an admirable human quality: it is also a must-have for any application program, especially when it…
Read More » -
Software Development

Building A Self-Sufficient Docker Cluster
A self-sufficient system is a system capable of healing and adaptation. Healing means that the cluster will always be in…
Read More » -
DevOps

Docker Monitoring: 5 Methods for Monitoring Java Applications in Docker
What are some of the most useful methods to monitor Java applications in Docker containers? Running applications in containers is…
Read More » -
DevOps

Automating Jenkins Docker Setup
Jenkins is, by far, the most used CI/CD tool in the market. That comes as no surprise since it’s been…
Read More » -
DevOps

Deploying Docker Images to OpenShift
OpenShift is RedHat’s cloud development Platform as a Service (PaaS). It uses Kubernetes as container orchestration (so you can use OpenShift as Kubernetes…
Read More » -
DevOps

Running Parallel Tests in Docker
Sometimes when you are running your tests on your CI environment, you want to run tests in parallel. This parallelism…
Read More » -
DevOps

Testing Dockerized SQL Databases
One of the big advantages of using Docker for testing is that you don’t need to install the required dependencies of…
Read More » -
DevOps

Java and Docker: Now and the Future
Sharat Chander‘s blog post Official Docker Image for Oracle Java and the OpenJDK Roadmap for Containers provides a high-level overview…
Read More » -
DevOps

Creating Smaller Java Image using Docker Multi-stage Build
Two of the announcements at DockerCon 2017 directly relevant to Java developers are: Docker Multi-stage build Oracle JRE in Docker Store This blog…
Read More »
