Merge pull request #18224 from lorenrh/add-known-issue

Add privileged ports known issue
This commit is contained in:
David Karlsson 2023-09-18 19:58:42 +02:00 committed by GitHub
commit 78ee529adc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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" >}}