Skip to content

Commit

Permalink
Merge pull request #34 from danbarker/patch-1
Browse files Browse the repository at this point in the history
Add troubleshooting guide to README.md
  • Loading branch information
gregnr authored Jan 29, 2024
2 parents 15fda7f + 57fa7b3 commit 0374c3d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,18 @@ Root permissions are required by the service to:

This app tries to minimize opportunity for privilege escalation by following the principle of least privilege (PoLP). With that said, macOS has no concept of fine-grained admin privileges (ie. capabilities), so running as `sudo` is required.


## Troubleshooting

- If things stop working after upgrading Docker, you may need to do a clean uninstall / reinstall of Docker Desktop. See here for uninstall instructions: [Uninstall Docker](https://docs.docker.com/desktop/uninstall/)
- For general troubleshooting, try running the command directly rather than as a service: (From e.g. /opt/homebrew/Cellar/docker-mac-net-connect/v{*.*}/bin/):
```
sudo brew services stop chipmk/tap/docker-mac-net-connect
sudo docker-mac-net-connect
```
This will show any debug messages that may indicate what is causing your issue.


## License

MIT

0 comments on commit 0374c3d

Please sign in to comment.