qemu-docker icon indicating copy to clipboard operation
qemu-docker copied to clipboard

Only exactly one address on dev is supported

Open kroese opened this issue 2 years ago • 0 comments

I always get this error:

      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?

kroese avatar Mar 27 '23 23:03 kroese