项目作者: flqw

项目描述 :
mdns/avahi cnames with docker
高级语言: Python
项目地址: git://github.com/flqw/docker-avahi-alias.git
创建时间: 2017-05-27T15:58:16Z
项目社区:https://github.com/flqw/docker-avahi-alias

开源协议:

下载


docker-avahi-alias

mdns/avahi cnames with docker

Usage

Uses the host dbus socket to add avahi cname records.

  1. docker run -d -v /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket flqw/avahi-alias:latest \
  2. [hostname.local] [hostname2.local] [hostname3.local] ...

Taken from https://gist.github.com/gdamjan/3168336 with a few fixes and put into a docker image.