I work in a company(with a firewall if that matters) and i need to use docker destop, however Docker seems to be unable to start/install the Docker engine.
Docker Engine Settings:
{
"builder": {
"gc": {
"defaultKeepStorage": "20GB",
"enabled": true
}
},
"experimental": false
}
Docker Error Image
The Error:
Docker Desktop distro installation failed Docker Desktop was unable to configure its WSL2 distributions. Select Recover to try to recover from the failure. If the issue persists,
deploying WSL2 distributions
ensuring main distro is deployed: checking if main distro is up to date: checking main distro bootstrap version: getting main distro bootstrap version: open \\wsl$\docker-desktop\etc\wsl_bootstrap_version: The network name cannot be found.
checking if isocache exists: CreateFile \\wsl$\docker-desktop-data\isocache\: The network name cannot be found.
What i did: I ran the installer and started Docker Desktop with admin priveleges.
Things i've tried:
- Setting Proxy,
- uninstalling and reinstalling docker
- restarting my pc
- searching on parts of the error or the whole error up on google but they all just sad, restart and reinstall
What i want: for the docker engine to not crash/not start.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744657879a4586290.html
评论列表(0条)