Docker

Images

Work with Docker images in SkyPort.

The backend Docker module can list, delete, run, and prune images. Keep the docs focused on those behaviors.

Supported Workflows

terminal
skyport docker ps

The CLI does not currently expose a dedicated images subcommand, so image management is primarily a backend/dashboard workflow.

What The Backend Can Do

  • list images
  • delete a specific image
  • run a container from an image
  • prune unused images
  • explain what an image is used for in the workflow
  • show how it relates to a container launch
  • avoid registry upload or replication claims

Example Operator Flow

  1. Inspect the image list in the dashboard.
  2. Prune old images when disk pressure is high.
  3. Run a container from a known image.

Next

  1. Read Containers.
  2. Read Volumes.
  3. Read Networks.
SkyPort

SkyPort Docs

Self-hosted infrastructure platform