-
Notifications
You must be signed in to change notification settings - Fork 121
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
Error response from daemon / Docker engine panic: leave after shutdown #849
Comments
The integration test mentioned above (DockerSwarmIntegrationSpec) to reproduce the error makes a bunch of |
After further investigation it seems like a fast and repeated |
@gesellix Thanks for sending this. I am able to reproduce this using your method
Docker for Mac Version 1.12.3-beta29.2 (13499). Channel: Beta (902414df0c) Thank you for all the help. We will look into a potential fix for this. |
A fix has been pushed upstream moby/libnetwork#1533 and will be integrated in Docker 1.13. We will ship it in Docker for Mac as soon it is released. Thanks for your report! |
Thanks! |
I tested the issue against Docker 1.13.0-rc3 (Git commit 4d92237) and can confirm this issue to be fixed. |
Thanks for the report and thanks for confirming that it's fixed. Closing. |
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
Docker engine should not panic
Actual behavior
Docker engine is not reachable. Client prints
Error response from daemon: Bad response from Docker engine
, Engine logs showpanic: leave after shutdown
Information
Using the latest Docker for Mac beta:
Output of
docker info
:Diagnostic ID: 823B859D-B25B-4842-9FCD-BD4C4DCB4BF2
The last entries in /var/log/docker.log are:
Dockerfile to reproduce the error, an automated build is available as gesellix/for-mac-issue-849:
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: