Sign inSign up

vikingco/jinja2cli

By vikingco

Updated over 8 years ago

Parse your jinja2 templates

Image
2

50K+

vikingco/jinja2cli repository overview

docker-jinja2cli

Docker version of jinja2-cli.

Usage

You can build this image like this:

docker build -t vikingco/jinja2cli .

Say you have a template called template.j2 and a YAML file called data.yml.

$ cat template.j2
{{ title }}

$ cat data.yml
title: My Title

Then you can render this template by executing

$ docker run -v $(pwd):/data vikingco/jinja2cli template.j2 data.yml > out
$ cat out
My Title

Tag summary

Content type

Image

Digest

Size

29.6 MB

Last updated

over 8 years ago

docker pull vikingco/jinja2cli