docker create --name avahi-config solidnerd/avahi:0.7
docker cp avahi-config:/etc/avahi .
docker rm avahi-configEdit your avahi-daemon.conf and set the following line.
enable-dbus=nodocker run -d --net=host -v $(pwd)/avahi:/etc/avahi solidnerd/avahi:0.7docker build --build-arg AVAHI_VERSION=$(cat VERSION) -t solinderd/avahi:$(cat VERSION) .If you have any issues feel free to create an issue on GitHub