Преглед изворни кода

Address firewall issues on RHEL in README

Birkhoff Lee пре 5 година
родитељ
комит
0aff625d33
1 измењених фајлова са 7 додато и 0 уклоњено
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -120,6 +120,13 @@ For more information about docker data volume, please refer to:
 
 > [https://docs.docker.com/engine/tutorials/dockervolumes/](https://docs.docker.com/engine/tutorials/dockervolumes/)
 
+#### Firewall issues on RHEL/CentOS
+Docker Engine doesn't work well with firewall-cmd and can cause issues if you're connecting to the LDAP server from another container on the same machine. You can fix this by running:
+```
+$ firewall-cmd --add-port=389/tcp --permanent
+$ firewall-cmd --add-port=636/tcp --permanent
+```
+Learn more about this issue at https://github.com/moby/moby/issues/32138
 
 #### Edit your server configuration