Skip to main content
Version: v3.8.0

edgelet image

edgelet image

Image operations

Synopsis

Local image operations via the agent container engine.

Subcommands: ls, pull, load, prune, rm.

Examples

edgelet image ls -o json
edgelet image pull docker.io/library/alpine:3.19
edgelet image pull my.registry/app:1.0 -r 2 -p linux/amd64
edgelet image load -f /path/to/image.tar
edgelet image prune

Options

-h, --help help for image

Options inherited from parent commands

--debug Debug logging
--no-color Disable color and interactive UX
-o, --output string Output format: human, json, yaml (default "human")
--quiet Suppress interactive progress output
--socket string Edgelet API unix socket path
--timeout string Request timeout
--verbose Verbose logging

SEE ALSO