Where Does Docker Image Get Stored?

Where Does Docker Image Get Stored? The images are stored in /var/lib/docker/graph/<id>/layer . Note that images are just diffs from the parent image. The parent ID is stored with the image’s metadata /var/lib/docker/graph/<id>/json . Where do docker images live on Mac? On a Mac, the default location for Docker images is ~/Library/Containers/com. docker. docker/Data/vms/0/ .