-
Notifications
You must be signed in to change notification settings - Fork 183
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
conflict with docker(swarm). #293
Comments
Can you share the code triggering this exception? Also, does this run in a Docker container? |
the code running on host not container. |
Does this package support "iptables -w"? |
|
No, python-iptables does not use the lockfile. It should be pretty easy to add locking, though. This is how it's done in the iptables command line tool:
|
This might not be relevant anymore, but doesn't this work?
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when i update iptables after use docker swarm deploy some stack.
It's failed.
Anybody knows how to fix this?
The text was updated successfully, but these errors were encountered: