Avahi docker image for multicast-DNS (zeroconf)
Find a file
2018-11-15 00:43:40 +01:00
service/avahi switch to tini 2018-11-15 00:43:40 +01:00
docker-entrypoint.sh switch to tini 2018-11-15 00:43:40 +01:00
Dockerfile switch to tini 2018-11-15 00:43:40 +01:00
LICENSE Initial commit 2018-09-28 00:56:27 +02:00
README.md cleanup 2018-09-28 03:36:11 +02:00

Docker image for Avahi

Get configuration from image

docker create ydkn/avahi:latest
docker cp $(docker ps -ql):/etc/avahi .
docker rm $(docker ps -ql)

Modify configuration

Edit avahi-daemon.conf to your needs. Edit the services in the services directory to your needs.

Start the container

docker run -d --restart always --net=host -v $(pwd)/avahi:/etc/avahi ydkn/avahi:latest