[Solved] docker-compose fork/exec permission denied

Article Mohit Mozumder

Problem:

I'm a user of Mac with M1 today I updated Docker desktop to the latest version 4.10.1 and but 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


Solution:

This issue is noticed with the latest version of Docker Desktop, which is 4.10.1 (82475). You can

Downgrade to Docker Desktop 4.9.1: https://docs.docker.com/desktop/release-notes/#docker-desktop-491

Or run your container from Terminal:

docker-compose up

Thank you for reading the article. If you face any other issue feel free to contact us.