Inspect and manage container images in remote registries without Docker
Work with remote images registries
skopeo$ skopeo inspect docker://docker.io/library/ubuntu:latest$ skopeo copy docker://docker.io/library/nginx:latest docker://myregistry.com/nginx:latest$ skopeo sync --src docker --dest docker docker.io/library/alpine myregistry.com/alpine