Docker
-
DevOps
Docker for Java Developers: Docker over HTTP/REST
This article is part of our Academy Course titled Docker Tutorial for Java Developers. In this course, we provide a…
Read More » -
DevOps
Docker for Java Developers: Docker over command line
This article is part of our Academy Course titled Docker Tutorial for Java Developers. In this course, we provide a…
Read More » -
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 »