Z
Zero_One
Hi, I've been trying to get Windows Containers working on Windows Server 2016 for some time now. I am on WS2016 v1607. I have enabled container support and installed Docker by following instructions from
Installation seems successfully and I can run docker -v and confirm I have the latest version.
When I reach the stage to test a container by executing "docker container run hello-world:nanoserver" I get the following error:
docker: failed to register layer: re-exec error: exit status 1: output: ProcessUtilityVMImage \\?\C:\ProgramData\docker\windowsfilter\3670d0c602d18eabe6de8ffc26c940fa443cb54d155e49acfc07a4a9b81e1b3c\UtilityVM: The process cannot access the file because it is being used by another process.
I have followed a few stackoverflow/github issues but none of the suggestions there have worked.
Other notes:
I was hoping somebody can help me get this working.
Thanks in advance
Cbr600rr
Continue reading...
- Windows Containers on Windows Server and
- Install Docker Enterprise Edition for Windows Server | Docker Documentation
Installation seems successfully and I can run docker -v and confirm I have the latest version.
When I reach the stage to test a container by executing "docker container run hello-world:nanoserver" I get the following error:
docker: failed to register layer: re-exec error: exit status 1: output: ProcessUtilityVMImage \\?\C:\ProgramData\docker\windowsfilter\3670d0c602d18eabe6de8ffc26c940fa443cb54d155e49acfc07a4a9b81e1b3c\UtilityVM: The process cannot access the file because it is being used by another process.
I have followed a few stackoverflow/github issues but none of the suggestions there have worked.
Other notes:
- I have also gone as far as getting our IT to temporarily uninstall Anti-virus software, but still did not fix it.
- I am trying to run Windows Containers (not Linux containers)
I was hoping somebody can help me get this working.
Thanks in advance
Cbr600rr
Continue reading...