{% if details %}
Name | {{ container.name }} |
Owner | {% if container.user %}{{ container.user }}{% else %}platform{% endif %} |
Description | {{ container.description }} |
Registry | {{ container.registry }} |
Image | {{ container.image }} |
Tag | {{ container.tag }} |
Interface protocol | {{ container.interface_protocol }} |
Interface port | {{ container.interface_port }} |
Interface transport | {{ container.interface_transport }} |
Architecture | {{ container.arch }} |
Operating System | {{ container.os }} |
Supports custom interface port {% if container.supports_custom_interface_port %} {% else %} {% endif %} | |
Supports interface auth {% if container.supports_interface_auth %} {% else %} {% endif %} | |
Operations | Delete |
{{ container.image }}