Open QuAzI opened 2 years ago
I can confirm this. This is an issue since a long time.
I have this issue also
Confirmed for Docker Desktop 4.13.1 (90346)
+1
Same thing here, can't start or stop all of them at the same time, but one by one it works perfectly fine
Confirmed for Docker Desktop 4.13.1 (90346)
+1
Same issue on MacOS version
Confirmed for new Version 4.14.0 (91374) as well
Same problem here, MacOS. Docker Desktop 4.14.0 (91374).
Looks like it works in 4,14 but... You have to enable "Use Docker Compose V2" before container created.
Looks like it works in 4,14 but... You have to enable "Use Docker Compose V2" before container created.
Doesn't exactly sounds like "works" then. What if you don't use V2? Or if you don't have the option to recreate a container? This is a regression and there's no reason to close this issue as solved.
Looks like it works in 4,14 but... You have to enable "Use Docker Compose V2" before container created.
Doesn't exactly sounds like "works" then. What if you don't use V2? Or if you don't have the option to recreate a container? This is a regression and there's no reason to close this issue as solved.
Agree with you. We use composer v1 in our project
Same problem here. I downgraded to 4.12.0 and it works as before.
https://docs.docker.com/desktop/release-notes/#docker-desktop-4120
+1 facing the same issue
Still having this issue with docker compose v2 enabled.
I encountered this issue when trying to stop/delete a group of containers.
Had to stop/delete containers one by one.
+1 having exactly same issue. Never touched docker-compose v2 and my docker containers just stopped working. But works like a charm starting and stopping one by one.
Guys, I found a solution. I you are on mac the air play uses the 5000 port due to which this issue arise. I stopped the airplay and after that, this issue got solved. Checkout this link to understand better.
Same here. succeed on docker compose but it is getting error. was working fine till yesterday...
Same issue here
Same issue here, but I am using Windows, and it works fine with 4.11 version but was trapped in this error with 4.15
Same +1
Confirmed for new version 4.15.0 (93002) as well
Confirmed for new version 4.16.1 (95567) also
Confirming affected also on latest version. Downgrading to 4.11 restored functionality
same issue on my pc. v4.15.0
same issue on my pc. v4.15.0
Happened to me after changing permissions to all files in folder. Changing them back fixed it.
Same issue for Docker Desktop Mac 4.16.2, Docker version 20.10.22 build 3a2c30b, Docker Compose version v2.15.1.
Containers just stop working if restarting and hangs.
Fixable with an engine restart or killall
command.
Had same issue in v4.15.0 - got it solved after updating to v4.17.0 Running M1 MacOS Ventura
updated from v4.15 to 4.17 and problem solved.
Not for me. Problem still remains. "Exit status 1". OS: Windows 10, Stack deleted and new build. Installed Dockerversion: 4.17.0 (99724)
I confirm this also working on 4.17.0
. Running on Windows 11.
Same problem in version 4.18. "Use Docker Compose V2" fixed the issue
Still having this issue on 4.18
"Use Docker Compose V2" is already enabled for me. One time this happened I rebuilt the images but it happened again and I don't like the idea rebuilding images every time this happens.
Any new fixes for this?
Same, after my container didn't start properly (as it usually does).
Got this error when I tried to stop sub containers:
Error invoking remote method 'docker-stop-container': Error: (HTTP code 500) server error - cannot stop container: ...: tried to kill container, but did not receive an exit event
Eventually restarted Docker (didn't solve problem):
Even stopped Docker in the task manager after seeing Turning off the Docker Engine for 3 minutes. Then started Docker again. Had the same text again. Stopped the task again. Had to wait for Starting the Docker Engine another 5 minutes...
Now restarting my PC and hoping that it works then again... Seems to work as usual after restarting my PC and running the Docker and container startup as usual.
I'm having this occur once every 2 days. Running about 10 containers on Docker Desktop Mac. Cannot connect to the web guis, docker says they're "running" but they're basically dead. Cannot restart, getting the 500 server error. Only thing that seems to work is a hard reboot of my computer. This is getting very annoying. Not sustainable. Do I need to move everything to a linux server?!
Cannot stop Docker Compose application. Reason: compose [stop] exit status 1. request returned Internal Server Error for API route and version / Some URL / check if the server supports the requested API version
Did a complete reinstall of Docker and was able to run and stop my containers. After restarting Windows I run into the same issue. Unable to start Docker or close Docker.
Got the same issue. It was working perfectly fine before. Updated docker desktop a few times already, still getting this issue. I don't remember in which version the issue started. I'm currently running version 4.26.1 (131620).
I thought the resource saver feature was causing it, since I would leave idle for some time, and my service would stop working, but it also didn't solve the issue...
I'm not using WSL
Having to completely restart docker, every time this happens, and it happens a lot.
I'm avoiding doing a full uninstall and reinstall, because I would have to backup a bunch of volumes and redo a bunch of configs from scratch...
Also...
Did a full uninstall and reinstall of 4.27.1 and the issues persisted. Upgraded to 1.28.0 now, and still getting the same problem. What are the chances of this being a Windows issue? Something related to memory management? This is getting very frustrating. Was anybody able to figure out what is happening?
Same issue on 4.31.1 (HTTP code 500) server error - Cannot restart container beb059a150380d95895f1a0c605e488a50afadc0791079fbeea9ead091654d48: tried to kill container, but did not receive an exit event
A simple docker-compose down
worked for me.
Confirmed for Docker Desktop 4.27.2 and Docker Engine 25.0.3
Some docker containers runs from docker-compose.yml I can stop them one by one from menu but can't stop all from one group. Looks like
docker compose stop
fired in wrong directory and have to be fired in the same directory where docker-compose.yml placed. Take dir for first container in groupand use it to exec
docker compose whatever