Skip to content

Instantly share code, notes, and snippets.

@TheBeachMaster
Created February 26, 2018 15:38
Show Gist options
  • Save TheBeachMaster/bf4348722032f2c8223b71ea06d2b07b to your computer and use it in GitHub Desktop.
Save TheBeachMaster/bf4348722032f2c8223b71ea06d2b07b to your computer and use it in GitHub Desktop.
Fix Docker WARNING: bridge-nf-call-iptables is disabled on Centos
$ sudo sysctl net.bridge.bridge-nf-call-iptables=1
$ sudo sysctl net.bridge.bridge-nf-call-ip6tables=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment