↧
Answer by The Bic Pen for where docker image is stored with docker-desktop...
The Docker VM is stored in the file %USERPROFILE%\AppData\Local\Docker\wsl\data\ext4.vhdx.This might not be what you're looking for, but I found this thread when looking for the linked one, so this...
View ArticleAnswer by Hassan Selim for where docker image is stored with docker-desktop...
Like Max says, Docker for WSL2 creates two distros docker-desktop and docker-desktop-dataAfter some digging around I finally about the layer data, and it's here:...
View ArticleAnswer by Max for where docker image is stored with docker-desktop for windows?
When using WSL integration, docker create two distrosdocker-desktopdocker-desktop-dataYou can access it by\\wsl$\docker-desktop\\wsl$\docker-desktop-data
View Articlewhere docker image is stored with docker-desktop for windows?
I installed docker-desktop for windows 10 from https://www.docker.com/products/docker-desktop, and I enabled the docker daemon for Linux container.I have my own wsl2 distro called ubuntu, and I enabled...
View Article