Monthly Archives: January 2015

docker update, or how to incrementally build images without Dockerfile.

This handy little script covers an important missing feature in current docker's tool set. I needed to build incrementally my images: From a given image, I want full script control (un-tamed shell scripts) and access to hosts files to do …

Read more »

bash lore: how to properly parse NUL separated fields

As a lot of other part of bash, this is black magic. Lets suppose a friendly command that spits out NUL separated fields (as find -print0, shyaml get-values-0, ...). Which - may I insist - is the recommended way to …

Read more »