When I try to connect to a port from my container to another container, I unsuccessfully and get
root@ac1590a59fe5 :/opt/f5massupgrade
From the docker host, I am successful ,
[ root@docker-host ~]
If I check iptables , I see a problem,
[ root@docker-host ~]
So, I will add the following and everything works well,
iptables -I INPUT 4 -i docker0 -j ACCEPT
Am I missing something?
[ root@docker-host ~]
Thanks,
source share