skopeo

Inspect and manage container images in remote registries without Docker

brewmacoslinux
Try with needOr install directly
Source

About

Work with remote images registries

Commands

skopeo

Examples

Inspect a remote container image metadata$ skopeo inspect docker://docker.io/library/ubuntu:latest
Copy an image between registries$ skopeo copy docker://docker.io/library/nginx:latest docker://myregistry.com/nginx:latest
Sync images from one registry to another$ skopeo sync --src docker --dest docker docker.io/library/alpine myregistry.com/alpine