Docker
-
DevOps
Easy Container Cleanup in Cron + Docker Environments
By nature, Docker containers are temporary. Yet as anyone who runs containers via Cron can tell you, it’s not always…
Read More » -
Linux
Adjusting Linux Kernel Parameters with Docker Compose
Docker Compose is a great utility for anyone developing Dockerized applications. It’s a tool that I personally use daily. Recently…
Read More » -
DevOps
Get Started Quickly with Docker and Sidekiq
In the past, I had tried to set up Docker during a few different programming competitions without ever having used…
Read More » -
NGINX
NGINX as a Reverse Proxy for Docker Swarm Clusters
Spawning services across multiple Docker engines is a very cool thing, but those services need to connect each other and…
Read More » -
BASH
Bash completion for Docker
When you interact a lot with command line tools, such as : docker , docker-machine and docker-compose, command line completion…
Read More » -
Mac OS
Digikam on Mac OS X or how to use Docker to run a graphical app on Mac OS X
Digikam is a very powerful and convenient KDE application to manage a photo collection (batch renaming, batch auto rotate, modification…
Read More » -
DevOps
Stop installing Postgres on your laptop : use Docker instead
Tired of managing a full-blown DB server on your development machine ? Let’s give Docker a try! Getting started with…
Read More »