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
- Host: GitHub
- URL: https://github.com/cmsj/docker-avahi
- Owner: cmsj
- Created: 2017-05-11T16:04:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-07T20:45:08.000Z (over 8 years ago)
- Last Synced: 2025-02-15T01:32:41.112Z (about 1 year ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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