Skip to content

Instantly share code, notes, and snippets.

@maprangzth
Forked from TheBeachMaster/fix.sh
Created September 22, 2018 13:49
Show Gist options
  • Save maprangzth/5ac3c15f549fd73ce5f19d6358df1a4c to your computer and use it in GitHub Desktop.
Save maprangzth/5ac3c15f549fd73ce5f19d6358df1a4c 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