i have installed docker in mac.
sh-3.2# docker version
Client:
Version: 1.10.2
API version: 1.22
Go version: go1.5.3
Git commit: c3959b1
Built: Mon Feb 22 22:37:33 2016
OS/Arch: darwin/amd64
Server:
Version: 1.12.5
API version: 1.24
Go version: go1.6.4
Git commit: 7392c3b
Built: Fri Dec 16 06:14:34 2016
OS/Arch: linux/amd64
sh-3.2#
after, i create one docker container with volume
docker run -it -d --name test -v /var/www/html image
then i find out container path using inspect element,
/mnt/sda1/var/lib/docker/volumes/76235667324/_data
then, try to search this path to my local pc, this volume path not found, suggest me how to find out this