https://github.com/schmich/docker-dnsmasq-arm
Alpine ARM Docker image for dnsmasq
https://github.com/schmich/docker-dnsmasq-arm
alpine arm containers dns dnsmasq docker linux raspberry-pi
Last synced: about 1 year ago
JSON representation
Alpine ARM Docker image for dnsmasq
- Host: GitHub
- URL: https://github.com/schmich/docker-dnsmasq-arm
- Owner: schmich
- License: mit
- Created: 2017-04-30T06:20:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T16:57:39.000Z (about 9 years ago)
- Last Synced: 2025-03-23T20:43:22.174Z (over 1 year ago)
- Topics: alpine, arm, containers, dns, dnsmasq, docker, linux, raspberry-pi
- Homepage: https://hub.docker.com/r/schmich/dnsmasq
- Size: 4.88 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-dnsmasq-arm
Alpine ARM Docker image for [dnsmasq](http://www.thekelleys.org.uk/dnsmasq/doc.html).
## Tags
`schmich/dnsmasq:2.76-r1-arm`: dnsmasq 2.76-r1 on Alpine 3.5 ARM
## Usage
dnsmasq requires `NET_ADMIN` capabilities.
`docker run -p 53:53/tcp -p 53:53/udp --cap-add=NET_ADMIN schmich/dnsmasq:2.76-r1-arm`
To see command-line arguments, run `docker run --rm schmich/dnsmasq:2.76-r1-arm --help`.
Additional configuration can be specified in `/etc/dnsmasq.conf`.
## Credits
Inspired by [Andy Shinn's dnsmasq image](https://github.com/andyshinn/docker-dnsmasq).
## License
Copyright © 2017 Chris Schmich
MIT License. See [LICENSE](LICENSE) for details.