Skip to content

Commit

Permalink
docker volume path
Browse files Browse the repository at this point in the history
  • Loading branch information
dipaish committed Sep 13, 2024
1 parent 3f0b587 commit 46584e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/dockervolumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,10 @@ For example:
In this example, the "Mountpoint" field shows that the named volume my_named_volume is located at /var/lib/docker/volumes/my_named_volume/_data on the host system. This is where the data for the named volume is stored.

**On Windows, Docker volumes are located at the following path**:
`\\wsl.localhost\docker-desktop-data\data\docker\volumes`
`\\wsl.localhost\docker-desktop-data\data\docker\volumes` or

`\\wsl.localhost\docker-desktop\mnt\docker-desktop-disk\data\docker\volumes`

This path is accessible via the Windows Subsystem for Linux (WSL), where Docker Desktop stores its data.

### Docker Bind Mounts

Expand Down

0 comments on commit 46584e2

Please sign in to comment.