Table of Contents

Docker - Docker Root Dir (Docker Data Storage Path)

About

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

Management

Windows

On Windows Docker Desktop, it's stored inside the docker-desktop-data image.

Get the location

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

List the content

sudo ls /mnt/sda1/var/lib/docker
aufs        builder     containers  image       network     plugins     swarm       tmp         trust       volumes

where: