Created
June 22, 2018 02:51
-
-
Save gmcclins/e1f7fa97ebf1b460bc993d0ef5f42b24 to your computer and use it in GitHub Desktop.
Docker breaks LXC networking. This will fix it.
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
# create /etc/docker/daemon.json if does not exist and paste below | |
{ | |
"iptables": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the above restores LXC networking, but breaks docker networking delete file and reload/restart docker and then just
iptables -F FORWARD
iptables -P FORWARD ACCEPT