I'm trying to copy files from my container to the host using:
docker cp aa88c93d0710:/home/app/env/ C:UsersMY_USERNAMEOneDriveDesktopappackend
yielding the following error message:
open C:UsersMY_USERNAMEOneDriveDesktopappackendLibsite-packagesFlask-1.1.2.dist-infoentry_points.txt: Access is denied.
However, this is working fine:
docker cp aa88c93d0710:/home/app/env/ C:
So I figure that the error is due to docker lacking some permissions on Windows 10? How to resolve this? thanks
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…