{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} The image library. /docker/fetchImages returns only the images this account pulled (an administrator sees every row). Pulls run in the background: the endpoint hands back a token, and this page watches its progress in the same fetch. {% endcomment %} {% block title %}Docker images{% endblock %} {% block styles %} {% include "containerization/_dockerstyles.html" %} {% endblock %} {% block content %}

Images

Images your account has pulled onto this server.

{% include "containerization/_unavailable.html" %} {% if dockerAvailable == 1 %}
Repository and tag, for example nginx:1.27-alpine or ghcr.io/acme/api:2.1. Without a tag, latest is used. Large images take a few minutes — the pull continues even if you leave this page.
{% endif %}
Image Image id Size Owner Pulled Actions
Not on disk any more
Loading…
No images yet. Pull one above to get started.
{% endblock %} {% block scripts %} {% endblock %}