Added missing symlink to known issue section

This commit is contained in:
Christian Dupuis 2022-11-11 09:11:01 +01:00 committed by GitHub
parent fef23f68c2
commit c9dec0701e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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