In on-premise Azure DevOps Server 2022, the pipeline build-agents installed in Windows 10 machine.
I have installed docker-desktop on the Windows machine to run the docker related task from the pipeline.
But Docker-Desktop stops when no user logged-in in the Windows 10 machine. When the pipeline always runs, docker related task fails because the docker engine on the Build machine is not running.
After I logged in to the machine and start the Docker-Desktop, the pipeline runs successfully.
Has anyone any idea how to run the docker engine always in the Windows 10 Build Machine ??
I am expecting Docker-engine always runs without user login in windows 10.