From caf6deeab971c97586c7f31e65d07a9f5600c390 Mon Sep 17 00:00:00 2001 From: Lucas Pimentel Date: Fri, 11 Sep 2026 17:59:44 -0400 Subject: [PATCH 1/2] Fix formatting and grammar in windowsfilter driver documentation Corrected formatting and grammar for consistency and clarity in the documentation. --- .../engine/storage/drivers/windowsfilter-driver.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/manuals/engine/storage/drivers/windowsfilter-driver.md b/content/manuals/engine/storage/drivers/windowsfilter-driver.md index a38f6d865d52..eb0ab017fabb 100644 --- a/content/manuals/engine/storage/drivers/windowsfilter-driver.md +++ b/content/manuals/engine/storage/drivers/windowsfilter-driver.md @@ -4,18 +4,18 @@ keywords: container, storage, driver, windows, windowsfilter title: windowsfilter storage driver --- -The windowsfilter storage driver is the default storage driver for Docker -Engine on Windows. The windowsfilter driver uses Windows-native file system -layers to for storing Docker layers and volume data on disk. The windowsfilter +The `windowsfilter` storage driver is the default storage driver for Docker +Engine on Windows. The `windowsfilter` driver uses Windows-native file system +layers to store Docker layers and volume data on disk. The `windowsfilter` storage driver only works on file systems formatted with NTFS. -## Configure the windowsfilter storage driver +## Configure the `windowsfilter` storage driver -For most use case, no configuring the windowsfilter storage driver is not +For most use cases, no configuration of the `windowsfilter` storage driver is necessary. The default storage limit for Docker Engine on Windows is 127GB. To use a -different storage size, set the `size` option for the windowsfilter storage +different storage size, set the `size` option for the `windowsfilter` storage driver. See [windowsfilter options](/reference/cli/dockerd.md#windowsfilter-options). Data is stored on the Docker host in `image` and `windowsfilter` subdirectories From c8886bc1aa98887af87d3dce19aa2a1a8e65d216 Mon Sep 17 00:00:00 2001 From: Lucas Pimentel Date: Fri, 11 Sep 2026 18:09:47 -0400 Subject: [PATCH 2/2] Use a space between the number and unit for the default storage limit --- content/manuals/engine/storage/drivers/windowsfilter-driver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/engine/storage/drivers/windowsfilter-driver.md b/content/manuals/engine/storage/drivers/windowsfilter-driver.md index eb0ab017fabb..289b53cee01f 100644 --- a/content/manuals/engine/storage/drivers/windowsfilter-driver.md +++ b/content/manuals/engine/storage/drivers/windowsfilter-driver.md @@ -14,7 +14,7 @@ storage driver only works on file systems formatted with NTFS. For most use cases, no configuration of the `windowsfilter` storage driver is necessary. -The default storage limit for Docker Engine on Windows is 127GB. To use a +The default storage limit for Docker Engine on Windows is 127 GB. To use a different storage size, set the `size` option for the `windowsfilter` storage driver. See [windowsfilter options](/reference/cli/dockerd.md#windowsfilter-options).