Skip to content

Instantly share code, notes, and snippets.

@Zeitwaechter
Created January 6, 2023 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zeitwaechter/d838bc11f06f8b208b9bccf9fc6965a2 to your computer and use it in GitHub Desktop.
Save Zeitwaechter/d838bc11f06f8b208b9bccf9fc6965a2 to your computer and use it in GitHub Desktop.
docker issues

Docker Issues

Got any fancy error message?

  • failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to create LLB definition: rpc error: code = Unknown desc = error getting credentials - err: docker-credential-desktop resolves to executable in current directory (./docker-credential-desktop), out: ''
    • Check your ~/.docker/config.json file, maybe something happend inside of it... like when you wanted to "check" Docker Desktop
    • You might want to just clear the file completely, depending on your use-case, and docker-compose should build imagea again, without any problem
    • Some also reported that renaming the credsStore attribute helped them
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment