A Docker build for gliderlabs/sigil, a standalone string interpolator and template processor.
3.2K
A Docker build for Sigil, a Standalone string interpolator and template processor.
Useful for injecting templates with environment variables.
echo 'hello: ${WORLD}' > hello.yaml
docker run --rm -v $PWD:/test -e 'WORLD=earth' sigil -p -f /test/hello.yaml
This will output hello: earth.
Content type
Image
Digest
Size
4.8 MB
Last updated
almost 9 years ago
docker pull dylanmei/sigil