I am running Docker on a Windows host. I have a volume named “multi-container_counter-vol”. When I run docker inspect multi-container_counter-vol I get the following output,
[
{
"CreatedAt": "2025-10-28T13:24:01Z",
"Driver": "local",
"Labels": {
"com.docker.compose.project": "multi-container",
"com.docker.compose.version": "2.29.2",
"com.docker.compose.volume": "counter-vol"
},
"Mountpoint": "/var/lib/docker/volumes/multi-container_counter-vol/_data",
"Name": "multi-container_counter-vol",
"Options": null,
"Scope": "local"
}
]
Note the “Mountpoint” kv pair with value "/var/lib/docker/volumes/multi-container_counter-vol/_data"
I cannot cd into that location cause it DOES NOT exists. It is actually at \\wsl$\docker-desktop\mnt\docker-desktop-disk\data\docker\volumes\multi-container_counter-vol
I cannot wrap my head around why does it say a different location when I use the inspect command which I cannot cd into.
Image from my Powershell with my docker version for additional info,
