Quickly learn How to get a Docker volume's location with WhaleDeck Shorts. Clear, step-by-step guides for Docker.
The answer is quite simple. The following command shows how to get the location of the Docker volume my_volume.
docker volume inspect --format '{{ .Mountpoint }}' my_volume