mirror of https://github.com/docker/docs.git
Added missing symlink to known issue section
This commit is contained in:
parent
fef23f68c2
commit
c9dec0701e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue