Skip to content

Commit 974baee

Browse files
bc-sentryjoshuarli
andauthored
Docker Desktop to Colima fix (#11752)
* Docker Desktop to Colima fix * Update develop-docs/development/environment/index.mdx Co-authored-by: joshuarli <[email protected]> --------- Co-authored-by: joshuarli <[email protected]>
1 parent 5d657ac commit 974baee

File tree

1 file changed

+6
-0
lines changed
  • develop-docs/development/environment

1 file changed

+6
-0
lines changed

Diff for: develop-docs/development/environment/index.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -288,3 +288,9 @@ docker ps
288288
**Problem:** You use an Android emulator with a DSN pointing to localhost, and the events don't show up in your local Sentry instance.
289289

290290
**Solution:** Change `localhost` to `10.0.2.2`. So, for example, change http://d895df97e1cb4a33b4dff8af3e78da09@localhost:8000/2 to http://[email protected]:8000/2. This is because localhost or `127.0.0.1` refers to the emulator's own loopback interface, not the loopback interface of the host machine. For more information see https://developer.android.com/studio/run/emulator-networking.
291+
292+
---
293+
294+
**Problem:** Switching from Docker Desktop to Colima results in error `Failed to start service: Credentials store error: StoreError('docker-credential-desktop not installed or not available in PATH')`
295+
296+
**Solution:** Remove the `credsStore` key in your `~/.docker/config.json` file.

0 commit comments

Comments
 (0)