The Wayback Machine - https://web.archive.org/web/20250602133412/https://github.com/docker/for-mac/issues/6400
Skip to content

fork/exec [docker-app-path]/bin/docker-compose-v1: permission denied #6400

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
3 tasks done
drpiou opened this issue Jul 11, 2022 · 40 comments
Closed
3 tasks done

fork/exec [docker-app-path]/bin/docker-compose-v1: permission denied #6400

drpiou opened this issue Jul 11, 2022 · 40 comments

Comments

@drpiou
Copy link

drpiou commented Jul 11, 2022

  • I have tried with the latest version of Docker Desktop
  • I have tried disabling enabled experimental features
  • I have uploaded Diagnostics
  • Diagnostics ID: Cannot process diagnostics. Reason: Error invoking remote method 'desktop-go-backend': [object Object]

Expected behavior

I can update from 4.9.1 to 4.10.1 and still start docker containers from the desktop app.

Actual behavior

I can update from 4.9.1 to 4.10.1 but I cannot start anymore docker containers from the desktop app.

Cannot start Docker Compose application. Reason: fork/exec [docker-app-path]/bin/docker-compose-v1: permission denied

Information

  • Is it reproducible? I don't know.
  • Is the problem new? Yes.
  • Did the problem appear with an update? Yes.
  • macOS Version: Mac OS 12.4.
  • Intel chip or Apple chip: Intel chip.
  • Docker Desktop Version: v4.10.1.

Output of /Applications/Docker.app/Contents/MacOS/com.docker.diagnose check

Cannot process diagnostics. Reason: Error invoking remote method 'desktop-go-backend': [object Object]

Steps to reproduce the behavior

  1. Update Docker desktop to 4.10.1.
@cjones-altair
Copy link

Same issue for me. I had to revert back to 4.9.1.

@ShadeDream
Copy link

Same issue. Have been working around by manually starting with docker-compose up -d from the command line. Tried resetting docker, reinstalling and building everything from scratch in the new version, no help.

@askazion
Copy link

Same here

@revox91
Copy link

revox91 commented Jul 13, 2022

the same for me

@Radycz
Copy link

Radycz commented Jul 13, 2022

Same for me. Containers also cannot be removed.

Cannot remove Docker Compose application. Reason: fork/exec [docker-app-path]/bin/docker-compose-v1: permission denied

@trungutt
Copy link

Hi everyone, we can reproduce this bug on our side as well. We're working on a fix for next release

@nasersobhan
Copy link

I have the same issue, but only with Docker Desktop, I can run docker from terminal.

@lporras
Copy link

lporras commented Jul 14, 2022

I'm having the same problem trying to run docker compose up. How can I downgrade to a previous version that works? Does anyone have the installer in hand?

Update:

I have found the previous version on this page: https://docs.docker.com/desktop/release-notes/#docker-desktop-491

@joelataylor
Copy link

Same. Have downgraded to 4.9.1.

@nguyenvudao
Copy link

Same problem, I have to run my containers by command line 😢

@0fs
Copy link

0fs commented Jul 17, 2022

Same problem 😏

@zulfikar4568
Copy link

Same problem :(, I used on Mac M1

@nguyenvudao
Copy link

Same problem, I have to run my containers by command line 😢

You guys could try to start the containers by command line, next time you can start by docker desktop.
Tested on Macbook pro 2020 Intel.

@MironGr
Copy link

MironGr commented Jul 18, 2022

HI!
I have the same problem only with Docker Desktop, terminal haven't got this problem.
the solve for me:
docker kill $(docker ps -q)
docker rm $(docker ps -a -q)
docker-compose up -d --build

information:

  • macOS Version: Mac OS 12.0.1
  • chip: M1
  • Docker Desktop 4.10.1

@BeliliFahem
Copy link

same problem for me :'(

@Vitaly1025
Copy link

For me too :(

@tim-tsui
Copy link

Starting/stopping containers in terminal works on mac for me. Just not the GUI.

docker-compose start
docker-compose stop

@cantonalex
Copy link

I was hesitant to update because I thought I would have a problem. Lo and behold..

@AndreasHerz
Copy link

same here...

@tangxiangmin
Copy link

same proble for me after upgrade docker desktop to Version4.10.1 (82475)

@dgtllion
Copy link

+1 Mac Intel Chip

@eatmoreduck
Copy link

same for me,
macos version:12.4 (21F79)
chip: M1
docker:4.10.1 (82475)

@arananegra
Copy link

+1 On Mac M1 Pro

@tmrsiteops
Copy link

Same here. Docker Desktop v4.10.1 (82475). Mac OS 12.4, Intel chip.

@Koniciuaaa
Copy link

The same Docker Desktop v.4.10.1 Mac os 13.4 Intel chip :(

@trungutt
Copy link

Hi all, could you try out these custom builds to see if the problem still persists?

Mac M1: https://desktop-stage.docker.com/mac/main/arm64/83254/Docker.dmg
Mac Intel: https://desktop-stage.docker.com/mac/main/amd64/83254/Docker.dmg
Windows: https://desktop-stage.docker.com/win/main/amd64/83254/Docker%20Desktop%20Installer.exe

@LuisLSousa
Copy link

@trungutt the problem is fixed for me with that custom build (Mac M1). Thanks!

@cjones-altair
Copy link

@trungutt, Thank you. It's fixed for me on Mac Intel as well.

@yamadar
Copy link

yamadar commented Jul 23, 2022

@trungutt, Thank you! It's fixed.
macOS Version: Mac OS 12.4
chip: Intel

@nguyenhongngoc09
Copy link

@trungutt Thank you. This issue on my Mac is fixed.
MacOS is the same with @yamadar :D

@kennym
Copy link

kennym commented Jul 24, 2022

@trungutt confirmed fix on m1

@tangxiangmin
Copy link

@trungutt, Thanks! It works fine on MacOS 11.6 with Intel chip.

@DrBlackBird
Copy link

fix for M1 :) thank you so much!

@vrdriver
Copy link

Working now on 2018 i7 Mac Mini. 12.3.1 (21E258). Thanks heaps.

@gavin-docker
Copy link

We've just released Docker Desktop 4.11.0 which includes a fix for this.

@imanassypov
Copy link

Running Version 4.11.1 (84025) - issue still persists with default distro

@slavanorm
Copy link

@gavin-timbrell hello, why close issue if it persists?
4.11.1 mac m1 here

@gavin-docker
Copy link

@imanassypov @slavanorm thanks for the feedback, I've reopened this now so we can take another look.

@gavin-docker gavin-docker reopened this Aug 25, 2022
@nicks
Copy link

nicks commented Sep 12, 2022

Chatted with Gavin off-list. We're going to close this, given that the original repro steps no longer reproduce the issue. If you're still getting this error, please file a new issue with additional repro steps and a diagnostics id.

@nicks nicks closed this as completed Sep 12, 2022
@docker-robott
Copy link
Collaborator

Closed issues are locked after 30 days of inactivity.
This helps our team focus on active issues.

If you have found a problem that seems similar to this, please open a new issue.

Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows.
/lifecycle locked

@docker docker locked and limited conversation to collaborators Oct 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests