{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} Docker manager overview. The counts come from the server side and are already narrowed to the caller — this page never asks for "all containers" and filters afterwards. Everything below the tiles is a live read through /docker/fetchContainers. {% endcomment %} {% block title %}Docker{% endblock %} {% block styles %} {% include "containerization/_dockerstyles.html" %} {% endblock %} {% block content %}

Docker

Containers and images on this server. {% if docker.daemon %}Engine {{ docker.version }}.{% endif %}

Images Containers {% if dockerAvailable == 1 %} New container {% endif %}
{% include "containerization/_unavailable.html" %}
{{ containerCount }}
Containers
{{ runningCount }}
Running
{{ imageCount }}
Images
{% if docker.daemon %}{% else %}{% endif %}
{% if docker.daemon %}Engine {{ docker.version }}{% else %}Engine unavailable{% endif %}

Your containers

Name Image Website Ports State
Loading…
No containers yet. {% if dockerAvailable == 1 %} Create one. {% endif %}
{% endblock %} {% block scripts %} {% endblock %}