Avahi docker image for multicast-DNS (zeroconf)
.gitignore | ||
.gitlab-ci.yml | ||
docker-entrypoint.sh | ||
Dockerfile | ||
LICENSE | ||
README.md |
Avahi Docker Image
Configuration
Put your service definition files in a directory and mount it as a volume to /etc/avahi/services.
Options
Configuration is done through environment variables.
- ALLOW_INTERFACES set allow-interfaces in avahi-daemon.conf
- DENY_INTERFACES set deny-interfaces in avahi-daemon.conf
Start the container
docker run -d --restart always \
--net=host \
-e ALLOW_INTERFACES=eth0 \
-v $(pwd)/services:/etc/avahi/services \
ydkn/avahi:latest