Question
iptables: No chain/target/match error (with docker network create)
When creating a network (docker network create -d bridge my-nw
), I obtained this error in response:
Error response from daemon: Failed to Setup IP tables: Unable to enable SKIP DNAT rule: (iptables failed: iptables --wait -t nat -I DOCKER -i br-bedba04c7349 -j RETURN: iptables: No chain/target/match by that name.
What do I need to do to go around? Docker or IP Table modifications?
46 38043
46