-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Verifying credentials not finishing #6469
Comments
Just confirming as I can't tell with the provided information, but does this cover the registry login issue with 4.12.0, and Ventura Beta 6? Are you also seeing a reproducible hang with |
Same GUI issue on Mac Ventura Beta 4(13.0 Beta 22A5331f). For CLI
|
I have the same problem, how about it now? |
Cool, by checking the doc, I found a workaround:
Since we are not using Hope it helps |
Yeah, that's the issue I'm seeing. Another way I've been able to work around it on the CLI is by attempting to For example, the following would probably succeed:
However, the following would probably fail:
Most likely at this point you will receive an access denied while attempting to interact with the remote registry. It feels like running |
Following on from the above, the following only appears in the system logs (via
Let me know if there's anything I can do to provide more information. Edit: To clarify, I performed the above sequence 3 times, which is why there is 3 groups of lines. |
I believe I have an explanation for this behavior now. When you first attempt to Edit: Well, |
@kaorihinata Notable. Docker Desktop will always reset I was able to use {
"credsStore": "desktop",
"credHelpers": {
"": "osxkeychain",
"ghcr.io": "osxkeychain",
"registry.hub.docker.com": "osxkeychain"
}
} macOS Version: Ventura 13.0 Beta 6 (22A5331f) |
Should this also solve the Docker Desktop/Dashboard app getting stuck on "Verifying credentials..." and locking up the entire desktop app? Because it unfortunately doesn't, at least not for me. EDIT: Never mind, you clearly specified it as a workaround for |
Seems to be working now for me in macOS 13.0 beta 7 (22A5342f)?
|
Update to Monterey Beta 7 fixed all of my Docker login issues. |
Update will fix all!! Beta Software cause the error!! |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
Expected behavior
Successfully Sign in
Actual behavior
After sign in via web browser, Docker desktop hang with verifying credentials
Information
It is totally reproducible
Output of
/Applications/Docker.app/Contents/MacOS/com.docker.diagnose check
Steps to reproduce the behavior
just to try signing in
The text was updated successfully, but these errors were encountered: