Google News
logo
Docker - Interview Questions
Where are Docker images stored?
It depends on which system the Docker is running and the Docker storage driver is being used.
 
For example, on Windows, Docker images are stored by default in :
C:\ProgramData\DockerDesktop
On a Mac, Docker images are stored by default in :
~/Library/Containers/com.docker.docker/Data/vms/0/
Advertisement