pytest-testinfra icon indicating copy to clipboard operation
pytest-testinfra copied to clipboard

tests broken: failed: iptables: No chain/target/match by that name

Open ssbarnea opened this issue 4 years ago • 0 comments

docker run -d -P --privileged philpep/testinfra:debian_stretch failes with:

12d74da67b02890be741505e3e96df26475be943bfb1f965e1b2b671f9606b24
docker: Error response from daemon: driver failed programming external connectivity on endpoint wonderful_haibt (2577ec1a033f233c76f7a3066b60ae2ed63d24662691fa115506104c2f3f45d8):  (COMMAND_FAILED: '/usr/sbin/iptables -w2 -t nat -A DOCKER -p tcp -d 0/0 --dport 33249 -j DNAT --to-destination 172.17.0.5:22 ! -i docker0' failed: iptables: No chain/target/match by that name

I did run this command on 3 different hosts with the same error.

ssbarnea avatar Aug 18 '19 12:08 ssbarnea