Last active
February 26, 2016 04:01
-
-
Save gecko655/fe9778e6fcce613850e0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo iptables -A DOCKER -p tcp -s 172.17.0.0/16 -d 172.17.0.7 --dport 4444 -j ACCEPT | |
sudo iptables -A DOCKER -p tcp -d 172.17.0.7 --dport 4444 -j DROP |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment