https://github.com/duckthom/dns-gen
https://github.com/duckthom/dns-gen
dnsmasq docker docker-gen
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/duckthom/dns-gen
- Owner: DuckThom
- Created: 2017-03-29T13:52:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-29T11:22:51.000Z (almost 7 years ago)
- Last Synced: 2024-12-29T16:46:00.068Z (over 1 year ago)
- Topics: dnsmasq, docker, docker-gen
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/lunamoonfang/dns-gen/
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dns-gen
=========
## Usage
```
docker run -d \
-p 53:53/tcp -p 53:53/udp \
--cap-add=NET_ADMIN \
-v /var/run/docker.sock:/tmp/docker.sock:ro \
--name=dnsmasq \
lunamoonfang/dns-gen
```
## Environment
`FORCE_IP`: Force the ips of the generated hosts to be this value instead of `127.0.0.1`