Skip to content

argussecurity/docker-mesos-dns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-mesos-dns

A lightweight Mesos-DNS Docker image using the official release binaries.

Configuration can be given either from a file or on 'docker run'. See usage below.

Usage

Configuration from a file:

docker run -d --name mesos-dns --net host -v /path-to-some-config.json:/config.json argussecurity/mesos-dns

Configuration on 'docker run':

docker run -d --name mesos-dns --net host -e "CONFIG={\"some_config\": \"some_value\"}" argussecurity/mesos-dns

Example:

docker run -d --name mesos-dns --net host -e "CONFIG={\"zk\": \"zk://127.0.0.1/mesos\", \"refreshSeconds\": 60, \"ttl\": 60, \"domain\": \"mesos\", \"port\": 53, \"resolvers\": [\"172.31.0.2\", \"8.8.8.8\"], \"timeout\": 5}" argussecurity/mesos-dns

About

mesos-dns docker image using official binaries

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages