How to find out the size of an image in the repository?

  1. Hello, do I understand correctly that the docker image in the hosted docker nexus and the same image:tag on the local host “docker pull image:tag” has a different size?
  2. How can I see the volume of an image in the Nexus Docker repository? Can this be done from the web interface? Without doing “docker pull”

Hi @impkos - this Help doc might be a good place to start to answer some of your questions.

For a docker tag the number you’d see in the Nexus UI is actually the bytes used by the manifest - not the size of all the layers. I don’t believe we calculate or display the latter anywhere in Nexus.

I wouldn’t be posting here if I didn’t find the answer in your help document