sergjack
sergjack
I'm trying to make some containers available from outside world. Some containers could be added later, and I don't know their names. So I trying to filter some known containers...
yes wider_world_to_container So when I creating one container iptables rules don't appears, But when I creating second container rules appears for both containers.
``` iptables before start first container `# Generated by iptables-save v1.4.21 on Sun Mar 12 17:28:29 2017 *nat :PREROUTING ACCEPT [122:6876] :INPUT ACCEPT [0:0] :OUTPUT ACCEPT [1:328] :POSTROUTING ACCEPT [0:0]...
Ok, what I'm trying to do: I need to filter only one container with known name. Any else containers should be available from the wider world. So my config file...
Just catched one more thing. I started one more contaner and rules didn't apears But when I sent docker kill --signal=HUP dfwfw all rules succesfully apeared.