Building good docker images
Thedocker registryis bursting at the seams. At the time of this writing, a search for "node" gets just under 1000 hits. How does one choose? What constitutes a good docker image? This is a subjective matter, but I have some criteria for a docker image that I consider good: working. Some examples: an Android SDK image should be able to compile a project without first applying updates to the container. a MySQL container should expose a way to bootstrap the server with a database and user. minimal....
