You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever an application running inside docker connects to a remote server over tcp a flood of tcp keep alive packets start getting sent to whatever machine the connection was made to.
Information
Windows Version: 1803 build 17134.950
Docker Desktop Version: 2.1.0.1 (37199)
Steps to reproduce the behavior
Container running openjdk:8
Connection was made to a remote server
I have run the app natively on windows and do not get the same behavior
I have tried two completely different applications and it happens to both
When run outside docker on the same machine I get no Keepalive packets whatsoever nor do I expect any
The text was updated successfully, but these errors were encountered:
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale comment.
Stale issues will be closed after an additional 30d of inactivity.
Prevent issues from auto-closing with an /lifecycle frozen comment.
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.
/lifecycle stale
Expected behavior
Normal network behavior
Actual behavior
Whenever an application running inside docker connects to a remote server over tcp a flood of tcp keep alive packets start getting sent to whatever machine the connection was made to.
Information
Steps to reproduce the behavior
Container running openjdk:8
Connection was made to a remote server
I have run the app natively on windows and do not get the same behavior
I have tried two completely different applications and it happens to both
When run outside docker on the same machine I get no Keepalive packets whatsoever nor do I expect any
The text was updated successfully, but these errors were encountered: