HTTP API V2 | Docker Documentation
https://docs.docker.com/registry/spec/apiThe Docker Registry HTTP API is the protocol to facilitate distribution of images to the docker engine. It interacts with instances of the docker registry, which is a service to manage information about docker images and enable their distribution. The specification covers the operation of version 2 of this API, known as Docker Registry HTTP API V2.
Setup Docker Repository - caofiori.com
https://caofiori.com/setup-docker-repository22.01.2022 · Viewing repository tags Setup Docker Repository Chrome. Docker Hub’s individual repositories view shows you the available tags and thesize of the associated image. Go to the Repositories view and click on arepository to see its tags. Image sizes are the cumulative space taken up by the image and all its parentimages.