From: Nico Vaatstra Date: Thu, 9 Dec 2021 11:39:29 +0000 (+0100) Subject: Additional note on Docker Engine version where the requirement of the additional... X-Git-Tag: dnsdist-1.8.0-alpha0^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07b24e5743c08c828c73a93e724a86a5b83b680a;p=thirdparty%2Fpdns.git Additional note on Docker Engine version where the requirement of the additional capability was dropped --- diff --git a/Docker-README.md b/Docker-README.md index d696bc68a6..3e7008cb3c 100644 --- a/Docker-README.md +++ b/Docker-README.md @@ -52,4 +52,6 @@ There are multiple ways of dealing with these restrictions if you encounter them * Grant the `NET_BIND_SERVICE` capability to the containers which utilize these images * Use custom configuration files to bind to alternate ports outside of the privileged range. This can be done via the following configuration settings: * dnsdist: `setLocal()` - * Auth & Recursor: `local-address` and/or `local-port` \ No newline at end of file + * Auth & Recursor: `local-address` and/or `local-port` + +Note: Docker Engine 20.10.0 (released december 2020) removed the need to set the `NET_BIND_SERVICE` capability when attempting to bind to a privileged port. \ No newline at end of file