Docker Images
Images shows image records from the selected running Colima Docker context.
What this view shows
Section titled “What this view shows”- Repository.
- Tag.
- Image ID.
- Digest.
- Size.
- Created time.
- Docker version and context.
How images appear
Section titled “How images appear”Images appear when they exist in the selected Docker context. Pulling, building, or running a container can create image records:
docker pull nginx:alpineFor named profiles:
docker --context colima-<profile> pull nginx:alpineThen click Refresh.
Available actions
Section titled “Available actions”The view is read-only in the current source. Pull, remove, tag, inspect, and prune actions are not implemented in the app UI.
Empty states
Section titled “Empty states”Image tooling unavailable: Colima or Docker tooling is missing.No profile selected: select a profile first.Docker image store unavailable: Docker is not reachable for the selected profile.No images: the selected context has no images returned by Docker.No matching images: local search filtered the list.
Source command
Section titled “Source command”ColimaStack invokes:
docker --context <context> images --digests --no-trunc --format "{{json .}}"See Command API for exact command behavior and Diagnostics for missing tools or context failures.