Tips for building a dev-env with docker

Using docker and docker-compose to run a development environment can be a good way to have all your services connected and running together. I'm going to assume you've got a basic understanding of docker and how it works if not there's a good overview of what docker is here. We're…

Docker and dependencies

Last week I posed this question on Twitter: Docker experts. How do you deal with non-os deps e.g. pip/npm/bower and avoiding cache-busting the dep install layer on dep changes? #docker — Stuart Colville (@muffinresearch) January 30, 2015 Unfortunately Twitter isn't the best medium to provide the necessary…