Created
August 6, 2015 16:21
-
-
Save adduc/461e6c5d065d0de43dae 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
<!-- /etc/firewalld/zones/docker.xml --> | |
<zone> | |
<short>Docker</short> | |
<description>Permits docker containers to access eachother.</description> | |
<interface name="docker0" /> | |
<rule family="ipv4"> | |
<source address="172.17.0.0/16" /> | |
<accept/> | |
</rule> | |
</zone> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment