Avahi docker image for multicast-DNS (zeroconf)
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
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 you needs.
Edit the services in the services directory to you needs.
Start the container
docker run -d --restart always --net=host -v $(pwd)/avahi:/etc/avahi ydkn/avahi:latest