Skip to content

Instantly share code, notes, and snippets.

@adduc
Created August 6, 2015 16:21
Show Gist options
  • Save adduc/461e6c5d065d0de43dae to your computer and use it in GitHub Desktop.
Save adduc/461e6c5d065d0de43dae to your computer and use it in GitHub Desktop.
<!-- /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