-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hi,
I'm trying to run this service but i see that the DNS that will start into the container, it's binded to his internal ip address, so, it's not possible to have a DNS service exposed to the network.
With this limitation, it's not possible to configure a container/virtualization host on network with services published via domain names.
As you can see from netstat
, service is binded to internal container ip address:
udp 0 0 $_container_ip_:53 0.0.0.0:* 1654/conmon
that is not reachable from network, also with publish
costraint
I've also tried to not specify binding address, but i get error:
Error: cannot listen on the UDP port: listen udp4 :53: bind: address already in use
because there are other services running that are related to libvirt
Metadata
Metadata
Assignees
Labels
No labels