Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions content/manuals/engine/storage/drivers/windowsfilter-driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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).

Data is stored on the Docker host in `image` and `windowsfilter` subdirectories
Expand Down