Skip to content

Docker Volume

Somkiat Puisungnoen edited this page Nov 3, 2017 · 2 revisions

How to access the Docker Volume on Mac OS ?

$screen ~/Library/Containers/com.docker.docker/Data/com.docker.driver.amd64-linux/tty  
$ls -ltrh /var/lib/docker/volumes
$cd /var/lib/docker/volumes

Reference from

Clone this wiki locally