Skip to content

Commit 0b95e28

Browse files
authored
homebrew addition (#21776)
<!--Delete sections as needed --> ## Description <!-- Tell us what you did and why --> ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent f2a2acc commit 0b95e28

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

content/manuals/desktop/cert-revoke-solution.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,16 @@ echo "Install new binaries..."
100100
sudo cp /Applications/Docker.app/Contents/Library/LaunchServices/com.docker.vmnetd /Library/PrivilegedHelperTools/
101101
sudo cp /Applications/Docker.app/Contents/MacOS/com.docker.socket /Library/PrivilegedHelperTools/
102102
```
103+
104+
## Homebrew casks
105+
106+
If you installed Docker Desktop using Homebrew casks, the recommended solution is to perform a full reinstall to resolve the issue.
107+
108+
To reinstall Docker Desktop, run the following commands in your terminal:
109+
110+
```console
111+
$ brew update
112+
$ brew reinstall --cask docker
113+
```
114+
115+
These commands will update Homebrew and completely reinstall Docker Desktop, ensuring you have the latest version with the fix applied.

0 commit comments

Comments
 (0)