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
When using Docker for Mac Application, it appears that the containers are stored within the VM located at:
~/Library/Containers/com.docker.docker/Data/com.docker.driver.amd64-linux/Docker.qcow2
UPDATE (Courtesy of mmorin):
As of Jan 15 2019 it seems there is only this file:
~/Library/Containers/com.docker.docker/Data/vms/0/Docker.raw
that contains the Docker Disk and all the images and containers within it.