aacebedo / dnsdock

DNS service discovery for Docker containers
MIT License
607 stars 92 forks source link

Crash when there's container in network_mode: host #111

Open mwinandy opened 8 months ago

mwinandy commented 8 months ago

Hello,

I'm figuring that if any container is on network_mode: "host" dnsdock container will crash.

Error: 'Error adding service: Service 'b8a6ea2b462172d2ffedf8a895d5a6daef9cb3760dc2085b332ca703d2a3d833' ignored: No IP provided:'

The only workaround currently that I found is to put these containers in bridge.

BR.

aacebedo commented 7 months ago

Noted. I'll have a look