Tips for building a dev-env with docker

Using docker [https://www.docker.com/] and docker-compose [https://docs.docker.com/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…

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 [https://twitter.com/hashtag/docker?src=hash] — Stuart Colville (@muffinresearch) January 30, 2015 [https://twitter.com/…