Skip to content

Commit e5261d6

Browse files
author
John Howard
committed
Windows: Fixes comment
Signed-off-by: John Howard <[email protected]>
1 parent f49fb07 commit e5261d6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

daemon/archive_windows.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ package daemon
44
// cannot be in a read-only volume. If it is not in a volume, the container
55
// cannot be configured with a read-only rootfs.
66
//
7-
// This is a no-op on Windows which does not support volumes.
7+
// 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
89
func checkIfPathIsInAVolume(container *Container, absPath string) (bool, error) {
910
return false, nil
1011
}

0 commit comments

Comments
 (0)