{ "name": "{{ name }}", "description": "{{ description | default("") }}", {% if organization_id is defined %} "organization": "{{ organization_id }}", {% endif %} "image": "{{ image }}", "credential": "{{ credential }}", "pull": "{{ pull }}" {# "": "---------", "always": "Always pull container before running.", "missing": "Only pull the image if not present before running.", "never": "Never pull container before running." #} }