OS Name/Version: Windows 11 Pro 24H2
Product Name/Version: 2.6.1.6
Problem Description:
Whenever I attempt to start an existing docker instance (click “Start Instance” button on offline instance) or create a new docker instance (click “Create Instance” button) I encounter the error:
Startup failure: Docker returned error code 125
The instances I’m using are created before the error started happening.
The Deployment Log (debug level) contains the following error messages:
Running command line: "C:\Program Files\Docker\Docker\resources\bin\docker.exe ps --format {{.Names}}" from ""
Running command line: "C:\Program Files\Docker\Docker\resources\bin\docker.exe pull cubecoders/ampbase" from ""
Using default tag: latest
error during connect: in the default daemon configuration on Windows, the docker client must be run with elevated privileges to connect: Post "http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.49/images/create?fromImage=docker.io%2Fcubecoders%2Fampbase&tag=latest": open //./pipe/docker_engine: Access is denied.
Running command line: "C:\Program Files\Docker\Docker\resources\bin\docker.exe run --rm -d --name AMP_Avorion01 -v "K:\AMP\DataStore\Avorion01":/AMP -v "K:\AMP\DataStore\Avorion01\.virtualhome":/home/amp -e AMPUSERID=1001 -e AMPGROUPID=1001 -e AMPHOSTPLATFORM=Windows -e AMP_CONTAINER=1 -e AMP_MOUNTPOINTS="" --mac-address XX:XX:XX:XX:XX:XX -p 8084:8084/tcp -p 2227:2227/tcp -p 27015:27015/tcp -p 27015:27015/udp -p 27017:27017/udp -p 27020:27020/udp -p 27021:27021/udp -p 27018:27018/tcp cubecoders/ampbase +Core.Webserver.Port \"8084\" +Core.Webserver.IPBinding \"0.0.0.0\" +Core.AMP.InstanceID \"5d31106a-XXXX-XXXX-XXXX-f4d985152d78\" +Core.Security.MetricsHMAKKey \"030cf63a-XXXX-XXXX-XXXX-1ca8269a024e\"" from ""
docker: error during connect: in the default daemon configuration on Windows, the docker client must be run with elevated privileges to connect: Head "http://%2F%2F.%2Fpipe%2Fdocker_engine/_ping": open //./pipe/docker_engine: Access is denied.
Run 'docker run --help' for more information
Based on other similar reports, I’ve followed the instructions to setup Docker.
Other things I’ve done:
- Verified that NETWORK SERVICE is a member of the docker-users group.
- Verified all AMP.exe and AMPService.exe is running under the NETWORK SERVICE user.
- Updated AMP to 2.6 from 2.4.
- Ensured all Docker Desktop updates have been installed.
- Rebooted the machine several times.
- Created instance without using docker.