Sign inSign up

dylanmei/sigil

By dylanmei

Updated almost 9 years ago

A Docker build for gliderlabs/sigil, a standalone string interpolator and template processor.

Image
0

3.2K

dylanmei/sigil repository overview

docker-sigil

A Docker build for Sigil, a Standalone string interpolator and template processor.

example

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.

Tag summary

Content type

Image

Digest

Size

4.8 MB

Last updated

almost 9 years ago

docker pull dylanmei/sigil