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 …
Monthly Archives: January 2015
docker update, or how to incrementally build images without Dockerfile.
Posted by vaab
on 2015/01/28
No comments
bash lore: how to properly parse NUL separated fields
Posted by vaab
on 2015/01/03
No comments
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 …