Docker for Windows 10 error pipe docker engine access is denied

0 votes

I installed docker for windows on windows 10 operating system.
I’m able to run docker.exe commands in admin powershell environment, but I can’t do the same without any admin access

I have made the following changes in the docker configuration file:

{
    "group": "Power Users"
}

I’ve added the user to admin user group.

Is there any way to run docker commands without using run as administrator

Nov 22, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
8,823 views

1 answer to this question.

0 votes

You can do this by making the connection thru TCP. Open up powershell and try this command:

$env:DOCKER_HOST="tcp://0.0.0.0:2375"
docker ps
answered Nov 22, 2018 by Sophie may
• 10,610 points

Related Questions In DevOps & Agile

0 votes
1 answer
0 votes
1 answer

Docker for windows error: can’t access service on exposed port in windows container mode

You can try the following: Access container from different ...READ MORE

answered Dec 12, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
5,151 views
0 votes
1 answer

Data permissions Docker for Windows: Denied

The web-server running in Docker is checking ...READ MORE

answered Aug 21, 2018 in DevOps & Agile by Sophie may
• 10,610 points
2,055 views
+2 votes
1 answer
+2 votes
1 answer

Deploy Docker Containers from Docker Cloud

To solve this problem, I followed advice ...READ MORE

answered Sep 3, 2018 in AWS by Priyaj
• 58,090 points
2,436 views
0 votes
1 answer

Error: Unable to access elasticsearch in docker for windows

This is simple, just follow the below ...READ MORE

answered Sep 3, 2018 in DevOps & Agile by Sophie may
• 10,610 points
1,457 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP