docker

How I (prefer to) automate Docker tasks with Java

IT Automation has become one of my favourite practices. This applies not only to testing. Whenever I see it's worth to automate technical tasks at my work I write the code and let the machine do the job. Here we delve into executing docker processes with Java.

Docker and the basics of Linux containers

Docker is a sharp tool that has considerable benefits in development and business. In this article I will introduce the concept of containerisation and will cover the basics of Docker.