{% extends "base.html" %} {% block title %} Services status {% endblock %} {% block box %} {% for name, container in containers.items() %} {% endfor %}
Service Status PID Image Started Last update
{{ name }} {{ container['State']['Status'] }} {{ container['State']['Pid'] }} {{ container['Config']['Image'] }} {{ container['State']['StartedAt'] }} {{ container['Image']['Created'] }}
{% endblock %}