Image is downloaded and made available locally.
failed to register layer: re-exec error: exit status 1: output: ProcessBaseLayer C:\ProgramData\Docker\windowsfilter\71d50a35847e0013e9d57ffdf00789e418ea58734496ebc7677bce0426978d35: The system cannot find the path specified.
Error was found in Kitematic interface.
can you run the same command using docker pull ... this will isolate the issue to kitematic or your Docker setup.
I am having the same problem:
"failed to register layer: re-exec error: exit status 1: output: ProcessBaseLayer C:\ProgramData\Docker\windowsfilter\a0fb1b614dcee6a8c7a532ca62b8b081e911127854d25eedbe9ce99b540c0b39: The parameter is incorrect."
The same happens when using docker pull, I was trying to pull microsoft/nanoserver:latest.
This is a Windows Container image only - Please see the documentation for this image and the requirements.
To learn more about Windows Containers, please see this post:
https://blog.docker.com/2016/09/build-your-first-docker-windows-server-container/
Additionally, if you're running Docker for Windows, you can switch to using linux/windows containers:
https://docs.docker.com/docker-for-windows/#switch-between-windows-and-linux-containers
You have selected Windows Containers at the time of setup rather than Linux Containers so only Windows-based images will run. To resolve this, right-click the tray icon and select 'Switch to Linux Containers' and it will start working.
https://stackoverflow.com/a/49657088/4258588
I Switch to docker for Linux containers and worked
propably you overwrite your hyper-v like me.
for windows container in windows this solved my issue:
This solve it for me. Happy coding
I installed docker with windows containsers. For me switching to Linux Containers and switching back to windows containers solved issue.
Most helpful comment
You have selected Windows Containers at the time of setup rather than Linux Containers so only Windows-based images will run. To resolve this, right-click the tray icon and select 'Switch to Linux Containers' and it will start working.
https://stackoverflow.com/a/49657088/4258588