https://github.com/cevich/atomic-avahi
An avahi-daemon container for Red Hat Enterprise Linux Atomic Host
https://github.com/cevich/atomic-avahi
Last synced: about 1 year ago
JSON representation
An avahi-daemon container for Red Hat Enterprise Linux Atomic Host
- Host: GitHub
- URL: https://github.com/cevich/atomic-avahi
- Owner: cevich
- License: lgpl-2.1
- Created: 2015-03-12T14:36:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-29T18:24:43.000Z (about 11 years ago)
- Last Synced: 2025-01-25T11:41:24.311Z (over 1 year ago)
- Homepage:
- Size: 164 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
An avahi-daemon container for Porject Atomic Host
---------------------------------------------------------------------
This essentially provides a broadcast DNS responder inside a container
running on an Atomic Host. It integrates with the ``atomic`` command
to make installation simple.
#. ``docker build -t avahi-daemon git://github.com/cevich/atomic-avahi.git``
#. ``atomic install avahi-daemon``
#. ``systemctl --system daemon-reload``
#. ``systemctl start avahi-daemon``
#. ``systemctl enable avahi-daemon``
Notes:
* You'll need to run the build from a SPC containing git, or download and
build from a tarball.
* Modification of ``avahi-daemon.conf`` in the image may be necessary to
fit your environment.
* More info on the ``atomic`` command and Project Atomic can be found at
https://github.com/projectatomic/atomic