From 07b24e5743c08c828c73a93e724a86a5b83b680a Mon Sep 17 00:00:00 2001 From: Nico Vaatstra Date: Thu, 9 Dec 2021 12:39:29 +0100 Subject: [PATCH] Additional note on Docker Engine version where the requirement of the additional capability was dropped --- Docker-README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.47.2