package
1.7.7
Repository: https://github.com/containerd/nerdctl.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
EnsureImage pulls an image either from ipfs or from registry.
Inspect prints detailed information of each image in `images`.
List queries containerd client to get image list and only returns those matching given filters.
ListCommandHandler `List` and print images matching filters in `options`.
No description provided by the author
Prune will remove all dangling images.
Pull pulls an image specified by `rawRef`.
Push pushes an image specified by `rawRef`.
Remove removes a list of `images`.
Save exports `images` to a `io.Writer` (e.g., a file writer, or os.Stdout) specified by `options.Stdout`.
No description provided by the author