-
Notifications
You must be signed in to change notification settings - Fork 49
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
Removal of ip6table Rules Upon Stopping Container #62
Comments
Hi @abhinava, |
Thanks! I'm using the container version (link) not the native binary as a Linux systemd service. Is there a particular way to stop the container? If I try the "docker container stop..", the rules don't seem to be getting cleaned up. Perhaps Am I missing something? |
You can add ( |
Awesome! Thanks for this tip! Perhaps you could add this note to the README? |
Great suggestion, I've clarified it a bit in the README, see e60fa0f. |
Hi there! Thanks for this really awesome utility! I've been using this for few days now and seems to work really well!
One feature enhancement if you can consider, is to remove all the ip6table rules when the container is stopped. I tried to manually delete the rules myself externally after stopping the container but this seems a bit complex.
Perhaps you know the different chains and rules that are being created when the container is started - Perhaps you can have a script that can be run which can clean-up/remove these rules?
The text was updated successfully, but these errors were encountered: