An open API service indexing awesome lists of open source software.

https://github.com/cmsj/docker-avahi

Avahi Daemon in a simple CentOS dockule, sharing the host's DBus
https://github.com/cmsj/docker-avahi

Last synced: 3 months ago
JSON representation

Avahi Daemon in a simple CentOS dockule, sharing the host's DBus

Awesome Lists containing this project

README

          

This is a very simple dockule for Avahi Daemon, based on CentOS.

Only tested running on Atomic host.

Install:
* docker pull cmsj/avahi-daemon
* docker create --privileged --restart=always --net=host --volume=/var/run/dbus:/var/run/dbus --name=avahi-daemon cmsj/avahi-daemon:latest
* docker cp avahi-daemon:/etc/dbus-1/system.d/avahi-dbus.conf /etc/dbus-1/system.d/
* docker start avahi-daemon