docker-archive / communitytools-image2docker-win

304 stars 78 forks source link

Handle `Path Not Found` due to multiple virtual hard disks #41

Closed brandonroyal closed 7 years ago

brandonroyal commented 7 years ago

Where path does not exist due to missing virtual disk, process should have the option for skip files that aren't accessible rather than failing.

brandonroyal commented 7 years ago

@sixeyed looks like we should be checking if the physical path exists before we attempt the copy

https://github.com/docker/communitytools-image2docker-win/blob/master/Functions/Private/Artifacts/IIS/Generate_IIS.ps1#L73

pdevine commented 7 years ago

I'm going to close this in favour of #38, which is roughly the same thing.