Add privileged ports known issue

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
This commit is contained in:
Lorena Rangel 2023-09-18 17:39:14 +02:00
parent bbc74017ff
commit f7cfe9a954
1 changed files with 4 additions and 0 deletions

View File

@ -86,6 +86,10 @@ For frequently asked questions about Docker Desktop releases, see [FAQs](faqs/re
- Security fixes for vulnerabilities related to information leakage and access control bypass.
### Known Issues
- Binding a priviledged port on Docker Desktop does not work on macOS. As a workaround you can expose the port on all interfaces (using `0.0.0.0`) or using localhost (using `127.0.0.1`).
## 4.22.1
{{< release-date date="2023-08-24" >}}