Just tried the cut-and-paste example for 'Separate Container Install', nginx comes up fine, but nginx-gen gives
2015/10/09 06:40:41 unable to parse template: template: nginx.tmpl:52: function "trim" not defined
There is a trim() in https://github.com/jwilder/docker-gen/blob/master/template.go#L332, how come it does not find it?
Perhaps the image on dockerhub is behind this repo (and its readme)?
So I cloned this repo and build the image locally, but the same result.
Suggestions?