tumbo/examples/multiple_templates/recipes/debian.j2

3 lines
58 B
Plaintext
Raw Normal View History

2019-12-22 18:59:57 +00:00
FROM debian
CMD [ "echo", "Hi {{ name }} from {{ os }}" ]