iBet uBet web content aggregator. Adding the entire web to your favor.
iBet uBet web content aggregator. Adding the entire web to your favor.



Link to original content: http://github.com/danisla/dockerfiles/tree/master/avahi
dockerfiles/avahi at master · danisla/dockerfiles · GitHub
Skip to content

Latest commit

 

History

History

avahi

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Avahi Docker Image

I use this image for resolving boot2docker instances by name.

Run with the --net=host when starting.

After running docker-machine start <name>, run this:

export AVAHI_HOST=docker-default
docker run -d --name avahi --net host --restart always -e AVAHI_HOST=${AVAHI_HOST} danisla/avahi:latest

Then you should be able to ping docker-default.local