Iām having the same problem, and I Had reinstalled Docker Desktop.
When I start the Docker Desktop, it show a red error:
Error invoking remote method 'fetch-data': FetchError: request to https://desktop.docker.com/tips.json failed, reason: net::ERR_SOCKET_NOT_CONNECTED
But I can get the āhttps://desktop.docker.com/tips.jsonā content:
[
{
"id": 27,
"title": "Do you know what's inside your image?",
"body": "The new `docker sbom` CLI command displays the SBOM (Software Bill Of Materials) of any Docker image. This feature outputs the SBOM in a table or can be exported into SPDX and CycloneDX formats.",
"url": "https://www.docker.com/blog/announcing-docker-sbom-a-step-towards-more-visibility-into-docker-images/"
},
{
"id": 29,
"title": "Docker Extensions are now available.",
"body": "Docker Extensions allow you to build new functionality into Docker Desktop, extend its existing capabilities, and easily discover and integrate your favorite tools for scanning, debugging, Kubernetes, and more. Try out Docker Extensions in Docker Desktop version 4.8.",
"url": "https://docs.docker.com/desktop/extensions/"
},
{
"id": 30,
"title": "Want to build more functionality into Docker Desktop?",
"body": "You can now build your own integrations into Docker Desktop with the Docker Extensions SDK.",
"url": "https://docs.docker.com/desktop/extensions-sdk/"
},
{
"id": 31,
"title": "New extensions available in the Marketplace",
"body": "Slim.AI and Mirantis provide new ways to inspect your containers and manage your Kubernetes clusters, respectively. Also, the redesigned Logs Explorer extension makes it even easier to inspect all your container logs. Visit the Marketplace and improve your workflow now.",
"url": "https://docs.docker.com/desktop/extensions/"
}
]
Then I got āAn unexpected error occurredā.
Failed to deploy distro docker-desktop to C:\Users\Administrator\AppData\Local\Docker\wsl\distro: : *gacļæ½[ļæ½vļæ½ļæ½
Some WSL system related access rights are not set correctly. This sometimes happens after waking the computer or not being connected to your domain/active directory. Please try to reboot the computer. If not sufficient, WSL may need to be reinstalled fully. As a last resort, try to uninstall/reinstall Docker Desktop.
Then I try to run WSL distribution:
PS C:\Users\Administrator> wsl --list --verbose
NAME STATE VERSION
* Ubuntu-20.04 Running 2
My user is an administrator.