In dockerfile, Copy folder from "Networkpath" or "UNC fileshare" (which is in different network) to windows containers(servercore)

Hi,

I am trying to copy folder from network path or UNC share to windows container through dockerfile. But unable to proceed and throws error “file not specified”

In dockerfile, Copy folder from “Networkpath” or “UNC fileshare” (which is in different network) to windows containers(servercore)

My Source location: \domain.com\XX\XXX<Folder1> (source is like
file://ingrnet.com/in/PPM/Schematics/RAD/93/09.03.00.0091)

My destination location: C:\Program Files located inside windows container

My docker daemon is hosted on private agent(windows 10 enterprise based)