UI Guide

Image Management

View, pull, and clean up Docker images, including those from private registries.

The Images page lists the Docker images on the host and lets you pull new ones and reclaim disk space. A stats bar at the top shows the total image count, total disk usage, and how many images are unused.

Image List

  • Repository and tags (or <none> for untagged)
  • Image ID (short hash)
  • Created (relative time)
  • Size
  • Containers — how many containers use the image

Pulling an Image

  1. Click Pull Image.
  2. Enter the image reference (e.g. nginx:latest).
  3. For a private image, enable the private registry option and either pick a saved credential or enter a username and password.
  4. Confirm to start the pull.

Cleaning Up

ActionEffect
DeleteRemove a single image (disabled while containers use it)
Bulk removeSelect several images and remove them together
CleanupPrune dangling images to reclaim space
In-use images are protected. Deletion is blocked for any image still backing a container, so you cannot accidentally pull the rug out from a running deployment.
Star us on GitHub