Table of Contents

About

The docker root dir is the root path where all data docker is stored.

Management

Get the location

$ docker info | grep -i "Docker Root Dir"
Docker Root Dir: /mnt/sda1/var/lib/docker

List the content

docker-machine ssh 
  • And select it
sudo ls /mnt/sda1/var/lib/docker
aufs        builder     containers  image       network     plugins     swarm       tmp         trust       volumes

where: