Docker
-
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 » -
DevOps
Managing Secrets In Docker Swarm Clusters
Docker 1.13 introduced a set of features that allow us to centrally manage secrets and pass them only to services…
Read More » -
DevOps
Docker Challenges and Misconceptions
Previously, we discussed the main reasons why Docker can be useful to the enterprise. So why aren’t all large companies…
Read More » -
DevOps
Persistent Storage for Docker Containers
In this week’s Whiteboard Walkthrough, Dale Kim, Sr. Director of Industry Solutions at MapR, describes how MapR addresses the challenge…
Read More » -
DevOps
Dockerizing an existing Rails application
Docker is a relatively new and rapidly growing project that allows creating very light “virtual machines”. Prerequisites There are no…
Read More » -
Enterprise Java
Push Spring Boot Docker images on ECR
On a previous blog we integrated a spring boot application with EC2. It is one of the most raw forms…
Read More »