Guest User

Untitled

a guest
Feb 25th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. s iptables -X DOCKER
  2. s iptables -t nat -N DOCKER
  3. s iptables -t nat -A PREROUTING -m addrtype --dst-type LOCAL -j DOCKER
  4. s iptables -t nat -A PREROUTING -m addrtype --dst-type LOCAL ! --dst 127.0.0.0/8 -j DOCKER
  5. s iptables -t filter -N DOCKER
Add Comment
Please, Sign In to add comment