]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Additional note on Docker Engine version where the requirement of the additional... 11081/head
authorNico Vaatstra <nico.vaatstra@open-xchange.com>
Thu, 9 Dec 2021 11:39:29 +0000 (12:39 +0100)
committerNico Vaatstra <nico.vaatstra@open-xchange.com>
Thu, 9 Dec 2021 11:39:29 +0000 (12:39 +0100)
Docker-README.md

index d696bc68a63720edd6fa637a3c0403042dbc7ba7..3e7008cb3c1505101c36c414687e638abdea8c06 100644 (file)
@@ -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