-
Notifications
You must be signed in to change notification settings - Fork 520
internal/libdocker: remove deprecated CheckDuplicate field in CreateNetwork #1374
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
Conversation
|
Can you give some context about the issue? |
|
@fjl nothing clear yet. Still debugging an issue that I've noticed (That's why the PR is in draft) . I just noticed some weird iptables errors on CI runs on the discv4/discv5 runs: This suspiciously started happening after this was merged in: #1369 . Example failure: https://hive.ethpandaops.io/#/test/generic/1764570861-3701a5362e7a8cb676b3706263cf78ee |
|
https://docs.docker.com/reference/api/engine/version-history/#v144-api-changes
So we can definitely remove |
|
But we don't use swarm. |
|
You can try |
|
Seems to be an issue the way docker is installed/started. Forcing a restart on the docker daemon after the installation seems to solve the issue. I'll update this PR just to remove the deprecated |
|
Yeah, I'm not sure about the |
No description provided.