Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为 DNS-sd 客户端制作一个跨平台的解决方案。我选择在 Linux 中使用 Avahi,然后可能在 Windows 的 docker 容器中使用(出于某种原因,像 Bonjour 这样的解决方案不适合我的目的。由于 Avahi 需要在 Linux 中调用 D-bus,我想知道是否有人知道如何在 windows 中使用 docker 容器解决这个问题,这样人们就可以在使用 docker Container 的 windows 中使用 Avahi。
谢谢你。