Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
Signed-off-by: Lorena Rangel <[email protected]>
  • Loading branch information
lorenrh committed Jan 9, 2025
1 parent 5f40501 commit 87bfa03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/manuals/desktop/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec

To resolve this issue, a fresh installation (uninstall and reinstall) is required. As a workaround, follow the steps below:

Check warning on line 45 in content/manuals/desktop/release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Docker.RecommendedWords] Consider using 'following' instead of 'below' Raw Output: {"message": "[Docker.RecommendedWords] Consider using 'following' instead of 'below'", "location": {"path": "content/manuals/desktop/release-notes.md", "range": {"start": {"line": 45, "column": 118}}}, "severity": "INFO"}
1. Stop the `vmnetd` service: `sudo launchctl bootout system/com.docker.vmnetd`
2. Stop the socket service: `sudo launchctl bootout system/com.docker.socket`
3. Remove vmnetd binary: `sudo rm -f /Library/PrivilegedHelperTools/com.docker.vmnetd`
4. Remove socket binary: `sudo rm -f /Library/PrivilegedHelperTools/com.docker.socket`
2. Stop the `socket` service: `sudo launchctl bootout system/com.docker.socket`
3. Remove `vmnetd` binary: `sudo rm -f /Library/PrivilegedHelperTools/com.docker.vmnetd`
4. Remove `socket` binary: `sudo rm -f /Library/PrivilegedHelperTools/com.docker.socket`
5. Stop any remaining Docker processes: `sudo pkill [dD]ocker`
6. Install new binaries
```
Expand Down

0 comments on commit 87bfa03

Please sign in to comment.