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