smebberson / docker-alpine

Docker containers running Alpine Linux and s6 for process management. Solid, reliable containers.
MIT License
596 stars 187 forks source link

Add go dnsmasq user #58

Closed matthewvalimaki closed 7 years ago

matthewvalimaki commented 8 years ago

Resolves #32.

For go-dnsmasq to bind to lower port setcap CAP_NET_BIND_SERVICE=+eip /bin/go-dnsmasq is required. Do note that certain Linux kernels miss extended attribute causing build to fail, see https://github.com/docker/docker/issues/20658 and https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1557776.

smebberson commented 8 years ago

@matthewvalimaki, this looks good. Just one query and then I'll be happy to merge. Thanks!