-
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
Containers are stopped after Mac "awakes" of hibernation #1772
Comments
Running into the same issue on |
+1 macOS 10.12.6 Beta (16G18a) |
Seeing the same issue when disconnecting from Cisco AnyConnect VPN. Seems like the change to the networking stack is fatal-ing or something? Interestingly it doesn't occur on connection to VPN which you'd expect might do the same. |
Thanks for the report and the uploaded logs. The logs have:
This appears to be the same as #1809 HTTP proxies are configured by modifying the environment variables inside the VM, which requires a VM restart whenever the variables change. In this case perhaps it's unnecessary to reboot when the exclude changes, when there is no actual proxy set. As a workaround try setting: Whale Menu -> Proxies -> No proxies. |
The unnecessary reboot caused by the |
This seems to work at the moment. Tested it yesterday evening and today. Hopefully 17.06.1 will be released quite soon. 😉 |
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. |
Leaving the hibernation mode I expected that the containers should be in the same state as before. Started containers should still be started.
Actually the containers, which where running before entering the hibernation mode, are stopped and Docker is restarting. So I have to do a
docker-compose up -d
to get my containers back to work. The containers are fully functional. There is no data loss. But this behavior is "a little bit" annoying.Information
Diagnostic ID = 6620CFC8-18BC-459F-AA45-870C9CE28203
Excerpt from
system.log
:Steps to reproduce the behavior
docker-compose up -d
restarts them.The text was updated successfully, but these errors were encountered: