You’re looking at disk space taken rather than image size
Do docker images --tree
(Available with Docker API v1.47, released recently)
This should list image platforms and show their actual size alongside the disk usage
Share and learn in the Docker community.
You’re looking at disk space taken rather than image size
Do docker images --tree
(Available with Docker API v1.47, released recently)
This should list image platforms and show their actual size alongside the disk usage