skopeo
all
Container image management toolbox. Provides various utility commands to manage remote container images.
More info →Examples (6)
Inspect a remote image from a registry
skopeo inspect docker://registry_hostname/image:tagList available tags for a remote image
skopeo list-tags docker://registry_hostname/imageDownload an image from a registry
skopeo copy docker://registry_hostname/image:tag dir:path/to/directoryCopy an image from one registry to another
skopeo copy docker://source_registry/image:tag docker://destination_registry/image:tagDelete an image from a registry
skopeo delete docker://registry_hostname/image:tagmade by @shridhargupta | data from tldr-pages