Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fecoderchinh/94c9077d6d87577b65e6298dd0dd7060 to your computer and use it in GitHub Desktop.
Save fecoderchinh/94c9077d6d87577b65e6298dd0dd7060 to your computer and use it in GitHub Desktop.
Locating data volumes in Docker Desktop (Windows)

Solution 1:

The original reference

Type in the Windows file explorer :

  • For Docker Engine v20.10.16: \\wsl$\docker-desktop-data\data\docker\volumes
  • For Docker Engine v19.03: \\wsl$\docker-desktop-data\version-pack-data\community\docker\volumes\

You will have one directory per volume.


Solution 2:

After installed Docker Desktop, we will have a Linux at the end of the Explorer's sidebar with 2 folders inside

  1. Linux\docker-desktop
  2. Linux\docker-desktop-data

Just go to Linux\docker-desktop-data\version-pack-data\community\docker\volumes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment