{% extends 'base_AdminLTE.html' %} {% block title %}Docklet | Container{% endblock %} {% block panel_title %}ContainerInfo{% endblock %} {% block panel_list %}
{% endblock %} {% block content %}Node ID | Node Name | IP Address | Status | Last Save | Image | Detail | Flush | Save | |
---|---|---|---|---|---|---|---|---|---|
{{ loop.index }} | {{ container['containername'] }} | {{ container['ip'] }} | {% if status == 'stopped' %}Stopped |
{% else %}
Running |
{% endif %}
{{ container['lastsave'] }} | {{ container['image'] }} | Detail | Flush |