Images
The Images section shows all Docker images on your local machine. You can pull, push, tag, inspect, and delete images.
Image List
Each row displays: repository, tag, image ID, size, creation date, and action buttons.
Use the Search field to filter by repository name, tag, or image ID (case-insensitive).
Bulk Operations
Select images via checkboxes and click Delete to remove all selected images. Images in use by running containers or with dependent child images cannot be deleted.
Pulling an Image
Click Pull in the “Push/Pull” tab. Enter the image reference (e.g., nginx:latest, ghcr.io/myorg/myapp:v1.0). Select a connected registry for private images. Progress is tracked layer by layer.
To pull from a private registry, ensure it’s connected first. See Registry.
Pushing an Image
Click Push in the “Push/Pull” tab. Select a local image and a destination registry, then click Push Image.
Pushing requires at least one connected registry. See Registry.
Tagging an Image
Click Tag on any image row to create a new tag (e.g., myapp:v1.0, registry.example.com/myapp:latest). Duplicate tags are rejected.
Inspecting an Image
Click Inspect to view image ID, digest, environment variables, exposed ports, entrypoint/command, and layers with sizes.
Deleting an Image
Click Delete to remove an image. Images in use by containers or with dependent child images cannot be deleted from the DevApp, use force delete in CLI to remove them.
Creating a Container from an Image
Click Create Container on any image row to open the container creation form pre-filled with that image. See Containers.
Building an Image
Click Build Image to open the Dockerfile generator. See Image Builder.