mirror of https://github.com/docker/docs.git
Merge pull request #18224 from lorenrh/add-known-issue
Add privileged ports known issue
This commit is contained in:
commit
78ee529adc
|
@ -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" >}}
|
||||
|
|
Loading…
Reference in New Issue