Skip to content

Commit 0374c3d

Browse files
authored
Merge pull request #34 from danbarker/patch-1
Add troubleshooting guide to README.md
2 parents 15fda7f + 57fa7b3 commit 0374c3d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,18 @@ Root permissions are required by the service to:
188188

189189
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.
190190

191+
192+
## Troubleshooting
193+
194+
- 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/)
195+
- 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/):
196+
```
197+
sudo brew services stop chipmk/tap/docker-mac-net-connect
198+
sudo docker-mac-net-connect
199+
```
200+
This will show any debug messages that may indicate what is causing your issue.
201+
202+
191203
## License
192204

193205
MIT

0 commit comments

Comments
 (0)