-
Notifications
You must be signed in to change notification settings - Fork 8.1k
engine: add page for the windowsfilter storage driver #21652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
| 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 | ||
| storage driver only works on file systems formatted with NTFS. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know if there's more in-depth information about the underlying technology (perhaps @StefanScherer knows?).
We could provide a link to Microsoft's container documentation, which has some (but limited) info; https://learn.microsoft.com/en-us/virtualization/windowscontainers/manage-containers/container-storage
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a link to that page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't have more information, but thanks, the link is a good idea.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
69612f4 to
7ff0050
Compare
thaJeztah
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Adds a new page in the storage drivers section for the windowsfilter graph driver.
Related issues or tickets