Composer

{{ stack }}


status: __ running, __ stopped
remote: {{ remote }}
{% for container, status, image in containers %}

{{ container }}


{% if status %} status: running
{% else %} status: off
{% endif %} image: {{ image }}
{% endfor %}