docker volume inspect myapp_data
Category: Self-Hosting
docker volume inspect myapp_data
Show the mount path and details of a specific Docker volume
Shows where the volume data is stored on the host filesystem (usually under /var/lib/docker/volumes/) and which containers are using it.