-
Notifications
You must be signed in to change notification settings - Fork 290
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
Can't start any two docker-compose environments after update to Windows 20H2 #9999
Comments
Issues go stale after 90 days of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
Can someone fix this, please? |
This issue still exists in Docker Desktop 3.3.3 |
/remove-lifecycle stale |
We have escalated this to Microsoft. |
Thank you! |
The issue still exists in Docker Desktop 3.5.2 |
Yes, still waiting for an answer from Microsoft. I'll ping them again. |
And I've pinged them again today. Given that it's caused by a Windows update, it's likely that it will have to be fixed by a Windows update too. The other possibility is that it may be fixable in the Windows container code in the upstream container engine (https://github.com/moby/moby) but that would still be the same team at Microsoft. |
I've transferred this ticket to microsoft/Windows-Containers#140, and I'll close this copy now. |
Closed issues are locked after 30 days of inactivity. 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. |
Expected behavior
On my computer I use a couple of docker-compose environments with windows containers in parallel. Before the windows update to 2004 or 20H2 it was no problem to start several environments with
docker-compose up
either manually or programmatically. It didn't matter if it was the same env with a different name or a completely different one.Actual behavior
Now, when starting any two docker compose environments, the second one gets stuck in start up until the first is stopped.
Information
docker info
The problem appeared after a Windows update from 1903 to 2004 or 20H2 respectively.
I have tried:
Steps to reproduce the behavior
Use the following docker-compose.yml:
docker-compose -p first up -d
docker-compose -p second up -d
At this point docker-compose appears to be stuck and one of the services show status "created" in
docker ps -a
docker-compose -p first down
Furthermore:
Thank you in advance for your support.
The text was updated successfully, but these errors were encountered: