docker cp should support Windows OS filesystem paths with drive specifiers (C:\) #9932
Closed as not planned
docker cp should support Windows OS filesystem paths with drive specifiers (C:\) #9932
docker cpcurrently uses a:character to separate a container ID from a path, similar to howscpuses a:between a remote host and path. Since absolute paths in Windows OS always have a:we need a different way to disambiguate whether the argument has a container ID or not.related to #9871