Tag: docker


Reducing Docker image size of a Node.js application

Working on a Node.js application I noticed that deploying its image sometimes takes more time then I want it to. I started digging into the problem and here are two steps to drop Docker image size down from 948MB to 79MB!… Read more

Run Jenkins in Docker container with persistent configuration

One day you realised that you lost both disks in the RAID mirror and your Jenkins has gone forever. And it is a good chance to build new robust Jenkins architecture!

This post is about Jenkins, Docker and storing Jenkins configuration on the GitHub.… Read more