You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason my container is binding to ipv6 instead of ipv4. Not sure why it's choosing to do that but it only occurs on containers which use 'host' (like this one, which is the only container I have running that uses 'host'). I used netstat -anp to find that it is bound to tcp6.
I ended up disabling ipv6 on my server as I don't use it anyways. That resolved the issue and is binding to ipv4 now. Not going to be ideal for some other users potentially but this is good enough for myself.
For some reason my container is binding to ipv6 instead of ipv4. Not sure why it's choosing to do that but it only occurs on containers which use 'host' (like this one, which is the only container I have running that uses 'host'). I used netstat -anp to find that it is bound to tcp6.
netstat -anp
can't figure out how to make it bind to ipv4.
The text was updated successfully, but these errors were encountered: