-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Docker keeps restarting #1228
Comments
BTW I switched back to stable and it works normally. |
Thanks for your report. The assertion is here which looks like it's caused by the incoming ethernet frame being too big for the buffer. I suspect this is because of a miscommunication about the MTU on the link. I've escalated this to our networking team. |
Exact problem here, this version is useless for anything network intensive. Could you please provide links to previous installers? #1120 [Update: I found a 1.12.x installer from a while back and it works ok for now. Thanks!] |
@sra The proposed workaround in #1378 (comment) may or may not work for you..... |
While this isn't fixed I advise using this version: https://download.docker.com/mac/stable/1.12.6.14937/Docker.dmg It's older one, but at least it doesn't randomly crash. |
- Out of disk space when writing to qcow2 (docker#1365) - Hyperkit MTU assertion (docker#1228) - Too many connections in Vpnkit (docker#1009) Signed-off-by: Magnus Skjegstad <magnus@skjegstad.com>
This has now shipped in the beta channel, so any version since 17.03.0-ce-mac2 should have the fix in. If you do see this again in an newer version, we'd appreciate a fresh issue with diagnostic logs so we can continue to track it down. Our fix sets the MTU to a firm 1500 rather than autonegotiating it, so we are fairly confident it should not re-occur. Thanks for the help with tracking it down! |
This looks like its happening again on:
|
Without diagnostic logs I can't tell for sure but this could be another instance of #1789. Try setting: Whale menu -> Preferences... -> Proxies -> No proxy and see if it fixes it. If so the fix will be in the upcoming 17.06.1 release, due this week. |
Happening for me with Docker Desktop 2.1.0.1 (stable) |
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 runs without restarting
Actual behavior
Docker restarts itself after a short time
Information
Docker for Mac: version: 1.13.0-beta39 (5e9e408b0)
macOS: version 10.12.3 (build: 16D32)
logs: /tmp/C1DBA13F-4677-4F7C-B3D5-B4CD14A07BBB/20170127-015500.tar.gz
[OK] vmnetd
[OK] dns
[OK] driver.amd64-linux
[OK] virtualization VT-X
[OK] app
[OK] moby
[OK] system
[OK] moby-syslog
[OK] db
[OK] env
[OK] virtualization kern.hv_support
[OK] slirp
[OK] osxfs
[OK] moby-console
[OK] logs
[OK] docker-cli
[OK] menubar
[OK] disk
My containers runs resilio sync (similar to Bittorrent) with many share folders. I have several similar containers. After upgrading to beta39, Docker vm keeps restarting after running for a short time.
Something I found in the log:
The text was updated successfully, but these errors were encountered: