Image operations
Local image operations via the agent container engine.
Subcommands: ls, pull, load, prune, rm.
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
-h, --help help for image
--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
- edgelet - Local CLI for the Edgelet daemon
- edgelet image load - Load an image archive
- edgelet image ls - List images
- edgelet image prune - Prune dangling images
- edgelet image pull - Pull an image
- edgelet image rm - Remove an image