{% extends "base.html" %} {% block content %} {% macro ctr_actions(name) %} {% endmacro %}
CPU USAGE
{{ system.cpu_pct or '…' }}%
MEMORY
{{ system.memory or '…' }}
DISK /
{{ system.disk or '…' }}
LOAD AVG
{{ system.load or '…' }}
Overview
Docker {{ system.docker_v or '…' }} · {{ main_server }}
{{ containers|length }}
App Containers
{{ running_count }}
Running
{{ users|length }}
Linux Users
{{ backups|length }}
Local Backups
{{ vm_backups|length }}
VM Backups
☁ Cloud Backups
App Containers
Auto-refresh 15s
{% for c in containers %} {% else %} {% endfor %}
NAME STATUS CPU MEMORY NET I/O ACTIONS
{{ c.name }} {% if 'Up' in c.status %} Running {% else %} Stopped {% endif %}
{{ ctr_actions(c.name) }}
No containers
{% endblock %}