in my case, no errors, container run well, i can connect to mysql inside the container via port 3307, do operations, everything ok.
just server become unreachable. when i shut down the container, the server become reachable again !
I contacter customer service of vps, they replyed that i messed up with the firewall, witch is not true. i even turned it of to check, it did not change anything. They said they cannot help unless i give them the vps credentials, thing that i cannot do.
Im exploring the logs, but so far, nothing seems to show why server become unreachable.
can the container block all server ports ? or desactivate the main network interface ? if yes, is there a way to prevent it doing that ?
Docker of course tinkers around with the iptables rules. You can check them with sudo iptables -L before the container is started and after.
Why would docker block all server ports or deactivate network interfaces? Who would use Docker if this would be a default behavior? Personally, I never experienced the behavior you experience during the last 9 years.