Replies: 1 comment
-
Hi @bkkoli, you must run your container as privileged container: platforms:
- name: debian12
image: debian:12
privileged: True Then you can check your iptables rules inside the container. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I Wrote some tasks related with iptables.
I Want to test them in molecule-docker, But I can't.
I encounter the error "iptables v1.8.9 (nf_tables): Could not fetch rule set generation id: Permission denied (you must be root)\n".
Is there any solutions to solve above problem?
My environment:
Beta Was this translation helpful? Give feedback.
All reactions