Docker
-
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 » -
DevOps

Docker Remote API on Windows and OSX
There are multiple ways to monitor Docker containers. Docker CLI provides the docker container stats API that gives basic information…
Read More » -
DevOps

3 ways of using Docker Containers for Testing in Arquillian
Arquillian Cube is an Arquillian extension that can be used to managerĀ Docker containers from Arquillian. With this extension you can…
Read More »
