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
Recommended Documentation Style
- 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
- Inspect the image list in the dashboard.
- Prune old images when disk pressure is high.
- Run a container from a known image.
Next
- Read Containers.
- Read Volumes.
- Read Networks.
