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.gitatomic install avahi-daemonsystemctl --system daemon-reloadsystemctl start avahi-daemonsystemctl 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.confin the image may be necessary to fit your environment. - More info on the
atomiccommand and Project Atomic can be found at https://github.com/projectatomic/atomic