From f0e0abda5d8ec3f06a21b2fbbc0a5d3f7cc0ebde Mon Sep 17 00:00:00 2001 From: chopra5593 Date: Fri, 4 Apr 2025 10:48:45 +0100 Subject: [PATCH] Corrected "docker-root" config key to "data-root" "docker-root" is incorrect. The config key to change the docker location is "data-root" --- .../windowscontainers/manage-containers/container-storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtualization/windowscontainers/manage-containers/container-storage.md b/virtualization/windowscontainers/manage-containers/container-storage.md index d45dd8d9e..e51ab1f33 100644 --- a/virtualization/windowscontainers/manage-containers/container-storage.md +++ b/virtualization/windowscontainers/manage-containers/container-storage.md @@ -21,7 +21,7 @@ As described in the [Containers Overview](../about/index.md), container images a ### Where layers are stored and how to change it -In a default installation, layers are stored in `C:\ProgramData\docker` and split across the "image" and "windowsfilter" directories. You can change where the layers are stored using the `docker-root` configuration, as demonstrated in the [Docker Engine on Windows](../manage-docker/configure-docker-daemon.md) documentation. +In a default installation, layers are stored in `C:\ProgramData\docker` and split across the "image" and "windowsfilter" directories. You can change where the layers are stored using the `data-root` configuration, as demonstrated in the [Docker Engine on Windows](../manage-docker/configure-docker-daemon.md) documentation. > [!NOTE] > Only NTFS is supported for layer storage. ReFS and cluster shared volumes (CSV) are not supported.