Docker images size - Back 2 Code
www.back2code.me › 2020 › 10Oct 25, 2020 · How does one get the size of a Docker image before they pull it to their machine?. Introduction. The size given by the docker images command is the uncompressed size of the image installed locally, you can only get from the registry the size of the compressed images (for each architecture and if you want for each layer).
Retrieving Docker Image Sizes · GitHub
gist.github.com › MichaelSimons › fb588539dcefd9b5Dec 14, 2021 · Measuring the compressed size of a Docker image depends on where the image resides - in a Docker registry or locally. Docker Registry Image. If the image resides in a registry, you can retrieve the size of the image without pulling it locally. To do this you can utilize the docker manifest command. At the time this article was written, the ...