Search found 2 matches
- 05 Nov 2018, 07:50
- Forum: General Discussion (csf)
- Topic: docker bridge problem.
- Replies: 3
- Views: 4543
Re: docker bridge problem.
I find the solution (not fully worked). I remove DOCKER-ISOLATION. Than I change -A DOCKER -d 172.18.0.7/32 ! -i br-e822a1a26656 -o br-e822a1a26656 -p tcp -m tcp --dport 443 -j ACCEPT to -A DOCKER -d 172.18.0.7/32 ! -i br-e822a1a26656 -o br-e822a1a26656 -p tcp -m tcp --dport 443 -j LOCALINPUT -A DOC...
- 25 Oct 2018, 12:36
- Forum: General Discussion (csf)
- Topic: docker bridge problem.
- Replies: 3
- Views: 4543
docker bridge problem.
Hello. I like csf and use it on all servers. Some times ago I try to use docker. If I use network as host-mode and enable docker in csf.conf - all worked fine. But if I use docker-compose with bridge network - it's not worked. I find some script to fix it puppet-csf . Now docker work fine and csf wo...