Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 847 Bytes

README.rst

File metadata and controls

23 lines (17 loc) · 847 Bytes

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.

  1. docker build -t avahi-daemon git://github.com/cevich/atomic-avahi.git
  2. atomic install avahi-daemon
  3. systemctl --system daemon-reload
  4. systemctl start avahi-daemon
  5. 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