docker create --name avahi-config solidnerd/avahi:0.7
docker cp avahi-config:/etc/avahi .
docker rm avahi-config
Edit your avahi-daemon.conf
and set the following line.
enable-dbus=no
docker run -d --net=host -v $(pwd)/avahi:/etc/avahi solidnerd/avahi:0.7
docker 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