We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49fb07 commit e5261d6Copy full SHA for e5261d6
1 file changed
daemon/archive_windows.go
@@ -4,7 +4,8 @@ package daemon
4
// cannot be in a read-only volume. If it is not in a volume, the container
5
// cannot be configured with a read-only rootfs.
6
//
7
-// This is a no-op on Windows which does not support volumes.
+// This is a no-op on Windows which does not support read-only volumes, or
8
+// extracting to a mount point inside a volume. TODO Windows: FIXME Post-TP4
9
func checkIfPathIsInAVolume(container *Container, absPath string) (bool, error) {
10
return false, nil
11
}
0 commit comments