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
PR #2055 resolves the issue shown below, where an existing copy of a network has not been removed on Docker Engine shutdown, and still persists when the config-only network is created once again on a subsequent createNetwork call
Mentioned this to @mavenugo quite a while ago. Not sure if cleanup can be done on the shutdown side, but I think this may be safer, to cleanup if needed on creation instead.
I am no longer actively working on PRs for Docker Engine as I've moved my greenfield development away from Docker Swarm to Kubernetes, but I appreciate your support, @kensel. If anyone else finds more information, please do not hesitate to add more detail. Thanks again! @fcrisciani and @mavenugo, is anyone available to take this over?
PR #2055 resolves the issue shown below, where an existing copy of a network has not been removed on Docker Engine shutdown, and still persists when the config-only network is created once again on a subsequent createNetwork call
The symptom of an existing and now-conflicting network is usually as follows, including showing up as a rejected task's error -
The text was updated successfully, but these errors were encountered: