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
The use of container.HostConfig.NetworkMode as an index into container.NetworkSettings.Networks only works by accident, because the default docker bridge mode network is named bridge. That's not actually the name of the network that the container is running in.
Network mode to use for this container. Supported standard values are: bridge, host, none, and container:<name|id>. Any other value is taken as a custom network's name to which this container should connect to. Docker documentation
The text was updated successfully, but these errors were encountered:
jpicht
added a commit
to jpicht/coredns-dockerdiscovery
that referenced
this issue
Jun 27, 2022
Thanks for developing this plugin!
The use of
container.HostConfig.NetworkMode
as an index intocontainer.NetworkSettings.Networks
only works by accident, because the default dockerbridge
mode network is namedbridge
. That's not actually the name of the network that the container is running in.The text was updated successfully, but these errors were encountered: