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
if len(addr['addr_info']) != 1:
raise ValueError('only exactly one address on dev is supported')
Because I have an IPv6 interface in Docker. When disabling this check, the container continues too boot without any issue, because the first interface happens to be the correct one.
Would it be an idea to always select the first address instead of raising an error?
The text was updated successfully, but these errors were encountered:
I always get this error:
Because I have an IPv6 interface in Docker. When disabling this check, the container continues too boot without any issue, because the first interface happens to be the correct one.
Would it be an idea to always select the first address instead of raising an error?
The text was updated successfully, but these errors were encountered: