From c9dec0701e1c11f98c968f60701d0c4d94fa90aa Mon Sep 17 00:00:00 2001 From: Christian Dupuis Date: Fri, 11 Nov 2022 09:11:01 +0100 Subject: [PATCH] Added missing symlink to known issue section --- desktop/release-notes.md | 4 ++++ 1 file changed, 4 insertions(+) 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