Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.22 KB

File metadata and controls

48 lines (34 loc) · 1.22 KB

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