I get this error when I try to complete the installation. It says Permission Denied. I don’t know the reason.
I’m on MacOS / M1 chip. I download the version for Apple Chip.
It was working fine before, it’s after an update when problems started.
Any Idea ? Thanks
I resolved it with the help of chatGPT.
So it was the permissions of the cli-plugins folder (maybe because of the update) :
/Users/{myuser}/.docker/cli-plugins .
I set the owner to my current user :
sudo chown -R myuser:mygroup /Users/{myuser}/.docker/cli-plugins
( Replace myuser / mygroup with your own user and group ).