Hello everyone,
I have created a docker image on a windows 10 pc. This image contains a small aspnet core application.
If I try to save the image on a tar archive, and then load the image on another windows 10 pc, I get stuck on this error:
re-exec error: exit status 1: output: ProcessUtilityVMImage C:\ProgramData\Docker\windowsfilter\6b34ee470f9611378 […] 0ab\UtilityVM: The system cannot find the path specified.
Curiously, doing the previous steps on the same pc, everythings work…
I have the same exact issue. I can create a Docker image on my Windows 10 laptop and it runs fine. I copy to a windows 2016 server via a private registry or just a manual save/copy/load and either way we see this error. However, I can pull the images in Docker registry without issue.
Very frustrating.