microsoft / vscode-docker

Docker Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker
Other
1.18k stars 508 forks source link

Error response from daemon #4321

Closed lungani-delihlazo closed 5 days ago

lungani-delihlazo commented 3 weeks ago

getting the following error when I want to regitr :Error response from daemon: login attempt to https://registry.digi.is/v2/ failed with status: 426 Upgrade Required

danegsta commented 2 weeks ago

That 426 error code is a standard HTTP error code indicating that a server doesn't support the HTTP protocol used to connect to it. This could be connecting to a server that only supports https over http (or the opposite), but is going to be down to the specific server you're attempting to connect to.

You'll need to double check the registry URL you have configured in VSCode and determine if it's using the correct protocol for the server.

AzCode-Bot commented 5 days ago

This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.

Happy Coding!