How Docker Made Coding and Testing New Projects Fun and Accessible(blog.giantswarm.io)
blog.giantswarm.io
How Docker Made Coding and Testing New Projects Fun and Accessible
http://blog.giantswarm.io/how-docker-made-coding-and-testing-new-projects-fun-and-accessible
I want to try out the new ASP.Net vNext, there's an image for that... io.js, there's an image for that... use the latest nginx with a half dozen plugins... yep. Hell, the easiest way to get the latest etcd running is via docker (golang has a really slick base image for projects btw).
Dockerfiles tend to work much faster than vagrant does in terms of launching a new VM vs building/starting a derivative container. Yes, you go through some discovery hoops, but no worse than any other virtualization.
I'm a pretty big fan all around.