Last night I updated Docker desktop to the latest version 4.10.1 and today when I tried to run my containers, I get this error:
Cannot start Docker Compose application. Reason: fork/exec [docker-app-path]/bin/docker-compose-v1: permission denied
I'm on a Mac with M1.
I checked some issues, where people suggest adding the command RUN chmod 777 /root
to my Dockerfile, but I've got 8 separate apps running, and it's a team-shared repo, so updating the Dockerfiles for this is not the most viable solution.