-
Notifications
You must be signed in to change notification settings - Fork 255
Docker login to local server fails with "unknown backend type for cloud login" #712
Comments
when you read help , you can understand why:
So localhost is interpreted like "command" so like a login into azure . insane indeed
|
It seems like Docker Desktop 2.3.0.5 introduced this bug, reverting to 2.3.0.4 is the current workaround as far as I can tell. It broke |
Another workaround is to append your domain name with a dot. Eg. localhost -> localhost. |
Sounds like this may be an issue in the command-line used for cloud integration; does the problem go away if you disable the "enable cloud experience" option in the Docker Desktop preferences (under preferences -> command line); (actually, it may have moved, so perhaps it's named different, so let me know if you can't find the option) |
Apologies for that we will get a fix out ASAP, please use one of the workarounds above for now. |
I moved this ticket to the compose-cli repository, which is where the bug looks to be in 👍 |
didn't work for me
|
This has been fixed and shipped in Desktop, feel free to re-opened if you encounter this issue with the latest Desktop version (Edge or stable) |
Description
After upgrading to Docker Desktop community 2.3.0.5 the docker login command fails with unknown backend when provided with a minimal domain name.
Steps to reproduce the issue:
docker login localhost:443
Describe the results you received:
unknown backend type for cloud login: localhost:443
Describe the results you expected:
Same as when using (with
.
at end of domain name):docker login localhost.:443
Additional information you deem important (e.g. issue happens only occasionally):
Should also work for local domains. In our case our docker registry is running on
https://docker-registry:443
.Output of
docker version
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: