Docker Sharing an SSH Agent between a host machine and a Docker container I've worked on a few projects recently where we've wanted a Docker container to be able to SSH into other machines on the network. The approach
Continuous Integration Dotfiles with GitHub, Travis CI and Docker Most of us use dotfiles to personalise our systems - and I'm no different. I've recently taken to automating away my management and testing of dotfiles
Docker Optimising MongoDB for test environments Recently I wanted to optimise the performance of MongoDB for test and development environments where persistent data storage and logging isn't important. I also wanted a solution that