Prefer Docker over Vagrant

A year ago I was using Vagrant as my preferred way to develop on my mac as it meant that my development environment matched the target linux deployment and it mostly just worked and kept my mac mostly clean from alien toolchains. My view has changed over the past six months of using Docker - I can develop using a Docker container. Two examples are a Jekyll container to write up this post and a nodeschool one for Node.js tutorials without installing Jekyll and its ruby runtime and the whole node and npm shebang.

Read more of Prefer Docker over Vagrant