docker-avahi/README.md
2020-05-17 20:35:30 +02:00

517 B

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