{% 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 %}
Containers and images on this server. {% if docker.daemon %}Engine {{ docker.version }}.{% endif %}
| Name | Image | Website | Ports | State |
|---|---|---|---|---|
| Loading… | ||||
| No containers yet. {% if dockerAvailable == 1 %} Create one. {% endif %} | ||||