{# docker/host_panel.html — per-host Docker fragment embedded on the Hosts hub #}

Docker

{{ running }} running{% if stopped %} · {{ stopped }} stopped{% endif %} All →
{% for c in containers %}
{{ c.name }} {% if c.cpu_pct is not none %}{{ "%.1f" | format(c.cpu_pct) }}%{% endif %} {% if c.mem_pct is not none %} · {{ "%.1f" | format(c.mem_pct) }}%{% endif %}
{% endfor %}