docker-avahi/README.md
2019-03-24 01:24:41 +01:00

11 lines
276 B
Markdown

# Avahi Docker Image
## Configuration
Put your service definition files in a directory and mount it as a volume to _/etc/avahi/services_.
## Start the container
```bash
docker run -d --restart always --net=host -v $(pwd)/services:/etc/avahi/services ydkn/avahi:latest
```