In the folliwing documentation https://learn.microsoft.com/en-us/azure/devops/pipelines/process/container-phases?view=azure-devops
it is mentioned that - "Be sure your pipelines agent has permission to access the Docker daemon." How to check it, configure it and provide the permission if necessary
I get the following error while building a docker image on a VM machine with docker installed on it:
open //./pipe/docker_engine: Access is denied. In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running.
Already checked that the docker daemon is running with the following command:
docker --version
And I can see the docker version
Docker version 19.03.5, build 2ee0c57608
Verify that services using System account. The service is created when configuring the agent
Screen for the configuration
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With