Docker
-
DevOps
A Beginner’s Guide to the Dockerfile
The humble but powerful Dockerfile is the building block of Docker images and containers. In essence, it’s a list of…
Read More » -
DevOps
Reducing Your Docker Image Size
When architecting Docker applications, keeping your images as lightweight as possible has a lot of practical benefits. It makes things…
Read More » -
Enterprise Java
Making Web UI testing great again with Arquillian, Docker and Selenium (part 1)
Introduction to the Problem Most of the time when you need to write functional tests/end-to-end tests for web UI, you…
Read More » -
DevOps
What’s New in JVM Bloggers – Docker Compose and Views Counter
As some of you may be aware, for the last year I am working on a pet project called JVM…
Read More » -
DevOps
6 Docker .NET App Templates To Get You Started On Containers
This is the first blog of a three part blog series that discusses the automated deployment of .NET applications on…
Read More » -
DevOps
Testing Spark Streaming: Integration testing with Docker Compose
In the first post of this series, we saw how to unit test Spark Streaming operations using Spark Testing Base.…
Read More » -
DevOps
Distributed Application Bundles (Tour Around Docker 1.12 Series)
The new Swarm bundled in Docker 1.12+ is a vast improvement compared to the old orchestration and scheduling. There is…
Read More » -
DevOps
Docker Swarm Introduction (Tour Around Docker 1.12 Series)
Docker just published a new Docker Engine v1.12. It is the most significant release since v1.9. Back then, we got…
Read More » -
DevOps
Labels and Constraints with Docker Daemon and Service
Metadata, such as labels, can be attached to Docker daemon. A label is a key/value pair and allows the Docker…
Read More »