I previously successfully installed Docker for Mac in June 2017. I haven’t used it for a while. When I started it again I got prompted to update it. Now when I launch Docker I get prompted for my password, with the following expected message:
Docker for Mac needs privileged access to install its networking components and links to the Docker apps.
I provide my password, there is a slight delay, then I get prompted again. It looks like some process is blocking the installation. I do have Trend Micro Systems security running, but a colleague does too and says it doesn’t block him.
Anyone else having this problem? Is there a fix? Thx.
I faced this issue, except I wouldn’t get the prompt for my computer credentials, it would hang with the rainbow-spinner before that moment. Retried a few times.
For me, my company’s VPN was causing the prompt to hang and not go away. Disconnecting from the VPN allowed me to get passed the prompt and put my password in.
Received a popup asking to update to 2.4.0.0 (from 2.3.0.3) this morning, now I’m facing this issue. Have been trying for hours to figure it out. Tried everything on this list and within a wide google search radius of it. Uninstalling doesn’t even work.
This happened to me after brew update && brew upgrade and installing macOS Big Sur Version 11.2.1. This did not allow me to start both teamViewer and docker. Re-installation fixed teamViewer but not for docker. When I run docker ps, it pointed that daemon isn’t running and throwing this privileged access popup. Then realised, VirtualBox is used under the hood by docker. When I spin-up VirtualBox it didn’t work either. So, simple and dumb issue is /Application/* aren’t accessible from current user. So, used sudo chmod -755 /Applications/* to change permissions for all applications and now docker is running as expected. Hope this helps.
No need to re-install. Just try changing the permissions first.
I ran into this issue recently.
After upgrading to macOs BigSur, my docker desktop didn’t work.
Went into this looping popup Docker needs privileged access.
I re-installed docker desktop but that did not work.
Then I notice this happening immediately after restart or startup. So, checked services by running command launchctl list | grep docker
Hi @lyabie,
I have tested this on Mac with intel chip (not the new M1). Not sure how different the OS and file system is designed. To my guess, it should be same linux overlay as old macs. I recommend to closely examine where the .plist files are getting stored when you install applications from appStore and also applications using brew.
As I do not have a M1 machine with me at the moment, I won’t be able to help you with the issue.
I am new to Docker and I had encountered the same message as you. Tried to open Docker Desktop on my BigSur Mac and entered my password but the same popup still appeared. I tried following your command lines until * sudo cp /Applications/Docker.app/Contents/Resources/com.docker.vmnetd.plist /Library/LaunchDaemons/com.docker.vmnetd.plist. It prompted for the password so I entered the password that I use for my Docker online account but the password did not work.
What should I do in order to install the Helper tool and also open Docker Desktop?