mirror of
https://github.com/docker/cli.git
synced 2026-01-22 03:22:01 +03:00
From https://www.kernel.org/doc/Documentation/filesystems/overlayfs.txt: > The lower filesystem can be any filesystem supported by Linux and does > not need to be writable. The lower filesystem can even be another > overlayfs. The upper filesystem will normally be writable and if it > is it must support the creation of trusted.* extended attributes, and > must provide valid d_type in readdir responses, so NFS is not suitable. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 90dfb1d0cc59d79ccb272997d735864615010785 Component: engine