Skip to content

Commit

Permalink
homebrew addition (#21776)
Browse files Browse the repository at this point in the history
<!--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
  • Loading branch information
aevesdocker authored Jan 10, 2025
1 parent f2a2acc commit 0b95e28
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions content/manuals/desktop/cert-revoke-solution.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,16 @@ echo "Install new binaries..."
sudo cp /Applications/Docker.app/Contents/Library/LaunchServices/com.docker.vmnetd /Library/PrivilegedHelperTools/
sudo cp /Applications/Docker.app/Contents/MacOS/com.docker.socket /Library/PrivilegedHelperTools/
```

## Homebrew casks

If you installed Docker Desktop using Homebrew casks, the recommended solution is to perform a full reinstall to resolve the issue.

To reinstall Docker Desktop, run the following commands in your terminal:

```console
$ brew update
$ brew reinstall --cask docker
```

These commands will update Homebrew and completely reinstall Docker Desktop, ensuring you have the latest version with the fix applied.

0 comments on commit 0b95e28

Please sign in to comment.