mirror of https://github.com/docker/docs.git
Fix typo in link to issue (#16523)
This commit is contained in:
parent
8d45b89bf3
commit
38354f336b
|
@ -110,7 +110,7 @@ For frequently asked questions about Docker Desktop releases, see [FAQs](faqs/ge
|
|||
#### For Mac
|
||||
|
||||
- Fixed the Docker engine not starting when Enhanced Container Isolation is enabled if the legacy `osxfs` implementation is used for file sharing.
|
||||
- Fixed files created on VirtioFS having the executable bit set. Fixes [docker/for-mac#6614](https://github.com/docker/for-win/issues/6614).
|
||||
- Fixed files created on VirtioFS having the executable bit set. Fixes [docker/for-mac#6614](https://github.com/docker/for-mac/issues/6614).
|
||||
- Added back a way to uninstall Docker Desktop from the command line. Fixes [docker/for-mac#6598](https://github.com/docker/for-mac/issues/6598).
|
||||
- Fixed hardcoded `/usr/bin/kill`. Fixes [docker/for-mac#6589](https://github.com/docker/for-mac/issues/6589).
|
||||
- Fixed truncation (for example with the `truncate` command) of very large files (> 38GB) shared on VirtioFS with an incorrect size.
|
||||
|
|
Loading…
Reference in New Issue