Skip to content

alvinhenrick/docker-serf

 
 

Repository files navigation

Serf/Dnsmasq on Docker

This image aims to provide resolvable fully qualified domain names, between dynamically created docker containers on ubuntu.

The problem

By default /etc/hosts is readonly in docker containers. The usual solution is to start a DNS server (probably as a docker container) and pass a reference when starting docker instances: docker run -dns <IP_OF_DNS>

Reference

The guys at sequenceiq have done the fantastic job to solve this problem full credit to them.

Visit here for more details Serf/Dnsmaq

Visit here for presentation Hadoop Summit

About

Serf on Docker containers

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%