Installed Mirantis Container Runtime for ArcGIS Notebook Server, but now we are facing an issue in verifying the Mirantis Container. Below are the error messages and screenshots for your reference.
"docker: Error response from daemon: container ea43458c159edd8d71c9d196d9a34b1867cb8796f8b0ea91fa16e119bad57948 encountered an error during hcs::System::CreateProcess: failure in a Windows system call: This program is blocked by group policy. For more information, contact your system administrator. (0x4ec)."
whenever we are verifying the Mirantis container through Powershell by using the "docker run hello-world:nanoserver" command, we can see the containers are creating in the specified path by still showing the error in Powershell.
We had a check with the IT Team regarding the Group policy issue, and they are saying now they have allowed the docker and container folders to run from the Group policy. Please let us know how to rectify this issue?
From my IT days, I am curious if you're able to open up a command prompt and type in "gpupdate /force", this should update the group policy on the account. Along with that, you may need to sign out and sign back into the server to push the group policy changes over.
Cody