Created
January 8, 2019 12:25
-
-
Save j1n6/04539897dc1b28a7a2ecdbda2eecdb0e to your computer and use it in GitHub Desktop.
centos 7.x
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
This issue applies to: RHEL/CentOS 7.x and later | |
By default, firewalld will block intercontainer networking on the same docker host. To allow communication between the docker containers, run the following commands: | |
$ firewall-cmd --permanent --direct --add-rule ipv4 filter INPUT 4 -i docker0 -j ACCEPT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment