avahi-browse
Displays services and hosts exposed on the local network via mDNS/DNS-SD. Avahi is compatible with Bonjour (Zeroconf) found in Apple devices. More information: <https://www.avahi.org/>.
RUN apt-get update && \
apt-get install -y avahi-utils
RUN apt-get update && \
apt-get install -y avahi-utils
RUN apk add avahi
RUN pacman -S --noconfirm avahi
RUN apt-get update && \
apt-get install -y avahi-utils
RUN yum install -y avahi-tools
RUN dnf install -y avahi-tools
RUN apt-get update && \
apt-get install -y avahi-utils