Skip to content

Commit 33e1008

Browse files
authored
Adds a docker error entry to common problems docs page (#2172)
1 parent a0815c8 commit 33e1008

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/troubleshooting.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,16 @@ Here are some common problems and their solutions:
5959

6060
There should be a link below the error message to the full build logs on your machine. Take a look at these to see what went wrong. Join [our Discord](https://trigger.dev/discord) and you share it privately with us if you can't figure out what's going wrong. Do NOT share these publicly as the verbose logs might reveal private information about your project.
6161

62+
### `Error: failed to solve: failed to resolve source metadata for docker.io/docker/dockerfile:1`
63+
64+
If you see this error after uninstalling Docker Desktop:
65+
66+
```
67+
Error: failed to solve: failed to resolve source metadata for docker.io/docker/dockerfile:1: error getting credentials - err: exec: "docker-credential-desktop": executable file not found in $PATH
68+
```
69+
70+
This happens because Docker Desktop left behind a config file that's still trying to use its credential store. To fix this, remove or update the `~/.docker/config.json` file. You don't need Docker Desktop installed to use Trigger.dev.
71+
6272
### `Deployment encountered an error`
6373

6474
Usually there will be some useful guidance below this message. If you can't figure out what's going wrong then join [our Discord](https://trigger.dev/discord) and create a Help forum post with a link to your deployment.

0 commit comments

Comments
 (0)