The Images view lets you browse, pull, run, and manage your local container images.
The image list shows each image's repository, tag, digest, and size. Use the search bar to filter by name, tag, or digest.
| Control | Description |
|---|---|
| Pull Image | Opens a dialog to pull a new image from a registry by reference (e.g. alpine:latest). |
| Refresh | Manually reload the image list. |
Each image row has action buttons in the Actions column.
| Button | Description |
|---|---|
| 💻 Configure & Copy Run Command | Opens the Run Configuration sheet to set up mounts, environment variables, and copy a ready-to-paste CLI command. |
| Quickly run a container from this image with an optional name. | |
| ℹ️ Inspect | Opens a sheet with the full JSON output of container image inspect. |
| 🗑 Remove | Permanently deletes the image. Asks for confirmation. |
Click the Pull Image toolbar button and enter an image reference:
Examples:
alpine:latestdocker.io/library/node:22ghcr.io/some-org/some-image:v1.0
A progress indicator appears in the toolbar while the pull is in progress.
