Skip to content

solidnerd/docker-avahi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker avahi

Quickstart

Get initialize configuration:

docker create --name avahi-config solidnerd/avahi:0.7
docker cp avahi-config:/etc/avahi .
docker rm avahi-config

Disable DBus for starting the container

Edit your avahi-daemon.conf and set the following line.

enable-dbus=no

Start the container

docker run -d --net=host -v $(pwd)/avahi:/etc/avahi solidnerd/avahi:0.7

Build the image

docker build --build-arg AVAHI_VERSION=$(cat VERSION) -t solinderd/avahi:$(cat VERSION) .

Issues

If you have any issues feel free to create an issue on GitHub