Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.54 KB

File metadata and controls

43 lines (28 loc) · 1.54 KB

Images

The Images view lets you browse, pull, run, and manage your local container images.

Images list

Browsing Images

The image list shows each image's repository, tag, digest, and size. Use the search bar to filter by name, tag, or digest.

Toolbar Controls

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.

Image Actions

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.
▶️ Run 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.

Pulling Images

Click the Pull Image toolbar button and enter an image reference:

Examples:

  • alpine:latest
  • docker.io/library/node:22
  • ghcr.io/some-org/some-image:v1.0

A progress indicator appears in the toolbar while the pull is in progress.