I want to see how Docker Image & its metadata are stored in Windows 10 (with Docker Desktop). So, when I execute docker info
in WSL 2 in Windows 10, it shows root directory as /var/lib/docker but when I go inside /var/lib/ folder in WSL 2, it doesn’t show any folder name with docker. why? Although, it has docker-desktop folder which contains mount.data.
So, it’s possible to navigate through folders in WSL 2 & see all the locations where Docker Image and its metadata are stored?