11 lines
276 B
Markdown
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
|
|
```
|