Where are Docker images stored on the host machine?
问题 I managed to find the containers under directory /var/lib/docker/containers , but I can\'t find the images. What are the directories and files under /var/lib/docker ? 回答1: The contents of the /var/lib/docker directory vary depending on the driver Docker is using for storage. By default this will be aufs but can fall back to overlay , overlay2 , btrfs , devicemapper or zfs depending on your kernel support. In most places this will be aufs but the RedHats went with devicemapper. You can