diff --git a/desktop/release-notes.md b/desktop/release-notes.md index 2135185d36..b6c850a9a7 100644 --- a/desktop/release-notes.md +++ b/desktop/release-notes.md @@ -83,6 +83,10 @@ For frequently asked questions about Docker Desktop releases, see [FAQs](faqs/ge - Fixed an issue where Compose v2 was not always enabled by default on Windows. - Docker Desktop now deletes the `C:\Program Files\Docker` folder at uninstall. +### Known Issues + +- For some users on Mac OS there is a known issue with the installer that prevents the installation of a new helper tool needed for the experimental vulnerability and package discovery feature in Docker Desktop. To fix this, a symlink is needed that can be created with the following commmand: `sudo ln -s /Applications/Docker.app/Contents/Resources/bin/docker-index /usr/local/bin/docker-index` + ## Docker Desktop 4.13.1 2022-10-31