Docker desktop is shutting down что делать

от admin

Docker Failed To Initialize Docker Desktop Is Shutting Down, A Guide On Why Docker Failed to Initialize

Docker Desktop integrates with your preferred development tools and languages, as well as provides access to Docker Hub’s extensive library of verified images and templates. This allows development teams to extend their environment by leveraging a secure repository to quickly auto-build, continually integrate, and interact.

Docker Failed To Initialize

Docker is also known as Docker Platform, which is an open platform for creating, shipping, and executing applications. Docker desktop’s purpose is to provide a simple development environment for creating, distributing, and operating dockerized programmes. This is a means to implement the Twelve Factor App guideline’s Environment Parity and close the resource gap between development and production environments. As a result, a containerized application may be operated in your environment in the same way it is in production.

Docker Failed To Initialize Docker Desktop Is Shutting Down

Docker should be removed from the «Add or remove programmes» list.

Start your computer again.

If the installer prompts you to reboot, go ahead and do so. Docker Desktop for Windows should now launch and operate your containers as planned.

Docker Failed To Initialize Docker Desktop Is Shutting Down Windows 10

Start Docker Services

Turn on Hyper-V and Containers.

In Windows search, type Windows Feature and then click Turn Windows features on or off.

Select Containers and Hyper-V as shown below, then click OK.

Docker Failed To Initialize Docker Desktop Is Shutting Down — FAQs

Docker Desktop is an easy-to-install application for your Mac or Windows environment that enables you to build and share containerized applications and microservices.

It enables developers to package applications into containers.

Yes, Docker could help solve some challenges associated with desktop apps.

Docker containers are, by default, quite secure; especially if you run your processes as non-privileged users inside the container.

Docker allows you to break down your application into smaller services.

Docker is an open source software platform to create, deploy and manage virtualized application containers on a common operating system

docker failed to initialize docker desktop is shutting down how can i fixed it [closed]

This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.

Closed 1 year ago .

The community reviewed whether to reopen this question 5 months ago and left it closed:

Original close reason(s) were not resolved

I have installed a Docker update version, But I couldn’t open Docker.

The Notification is Docker failed to initialize docker desktop is shutting down how can I fixed it.

Docker Failed to Initialize : Docker Desktop is Shutting Down. #11967

When running the application upon starting the docker desktop app, it shows me the error as mentioned in the subject and it doesnt start.

Expected behavior

Should start running upon opening the application.

Information

  • Windows Version:
  • Docker Desktop Version: 21h1 (OS BUILD 19043.1165)
  • WSL2 or Hyper-V backend?
    Enabled
  • Are you running inside a virtualized Windows e.g. on a cloud server or a VM:
    Not

The text was updated successfully, but these errors were encountered:

I am facing same problem after updating 3.6.0. Docker cli seems working though.

I just found a solution to solve it. Go to C drive , Users, Select your user, App data, Roaming and then delete the Docker folder. You shall be able to start docker again.

For what it’s worth, I also started having the same issue after using the auto updater to update to 3.6.0 (67351) and reinstalling also solved the problem.

For what it’s worth, I also started having the same issue after using the auto updater to update to 3.6.0 (67351) and reinstalling also solved the problem.

I wasnt able to solve it even after reinstalling.

I am facing same problem after updating 3.6.0. Docker cli seems working though.

I just found a solution to solve it. Go to C drive , Users, Select your user, App data, Roaming and then delete the Docker folder. You shall be able to start docker again.

I am facing same problem after updating 3.6.0. Docker cli seems working though.

I just found a solution to solve it. Go to C drive , Users, Select your user, App data, Roaming and then delete the Docker folder. You shall be able to start docker again.

This worked for me aswell. Thanks!

I am facing same problem after updating 3.6.0. Docker cli seems working though.

I just found a solution to solve it. Go to C drive , Users, Select your user, App data, Roaming and then delete the Docker folder. You shall be able to start docker again.

It works me too thanks.

I am facing same problem after updating 3.6.0. Docker cli seems working though.

I just found a solution to solve it. Go to C drive , Users, Select your user, App data, Roaming and then delete the Docker folder. You shall be able to start docker again.

I followed the steps from @zedd9165

I just found a solution to solve it. Go to C drive , Users, Select your user, App data, Roaming and then delete the Docker folder. You shall be able to start docker again.

It only took me 5 mins to install and everything works fine again after the Docker restart.

@mikependon tried it and it didn’t be of a good help for me.

Docker 4.0 doesn’t start at all. Weird to force an upgrade, ask to pay for it, and it breaks the installation and halts all work.

image

After a factory reset, now it just hangs at this screen. Doesn’t time out. Just stays at this screen forever. It’s been a half hour.

image

Every time I click the taskbar icon to try to interact with it, it just launches more processes:

I am facing same problem after updating 3.6.0. Docker cli seems working though.

I just found a solution to solve it. Go to C drive , Users, Select your user, App data, Roaming and then delete the Docker folder. You shall be able to start docker again.

^^ that helps. Thanks @zedd9165 !
«Copy-paste»able command (asks for confirmation):

RMDIR /S %USERPROFILE%\AppData\Roaming\Docker

shut up just do it (no confirmation):

RMDIR /S /Q %USERPROFILE%\AppData\Roaming\Docker

I am facing same problem after updating 3.6.0. Docker cli seems working though.

I just found a solution to solve it. Go to C drive , Users, Select your user, App data, Roaming and then delete the Docker folder. You shall be able to start docker again.

Not sure how you found this, but it worked for me as well! Thanks!!

For anyone investigating. This is what shows up in the logs

deleting just the settings.json file the fixes it

I am facing same problem after updating 3.6.0. Docker cli seems working though.

I just found a solution to solve it. Go to C drive , Users, Select your user, App data, Roaming and then delete the Docker folder. You shall be able to start docker again.

Worked for me, Thank you!

Even better, removing only the the «proxyHttpMode»: . line from settings.json helps.

Even better, removing only the the «proxyHttpMode»: . line from settings.json helps.

Thanks @onyxmaster let me try this.

@ser-art and @sugendran it worked for a while and the issue resurfaced after restarting Docker. So just check if after restarting Docker if its working well.

Thanks @zedd9165 for reporting this. And thanks @onyxmaster for the workaround to edit $env:APPDATA\Docker\settings.json :

Even better, removing only the the «proxyHttpMode»: . line from settings.json helps.

Indeed, we can reproduce the problem.
Docker Desktop normally migrates old settings on startup, for the proxyHttpMode setting it works eg. for updates 3.2.2 -> 3.5.2, but stopped working for updates 3.2.2 -> 3.6.0 or higher. We’re working on a fix for a future version.

In my case the C:\Users\<username>\AppData\Roaming\Docker\settings.json was corrupted. I deleted that file, and immediately docker desktop started again.

In my case, it seems that there was a Docker Desktop.exe that was not working properly.

Executing taskkill.exe -F -IM:Docker Desktop.exe and restarting Docker Desktop solved my problem.

I had issue with settings.json file in which is stored in:

For some reason: C:\Users<username>\AppData\Roaming\Docker\settings.json was empty. I had renamed it from settings.json to _removed_settings.json the Docker succesfully started, and it has created new settings.json

Same here, ive tried all the methords, still no

I am facing same problem after updating 3.6.0. Docker cli seems working though.

I just found a solution to solve it. Go to C drive , Users, Select your user, App data, Roaming and then delete the Docker folder. You shall be able to start docker again.

Not sure how you found this, but it worked for me as well! Thanks!!

we all know he was tryna delete the whole damn app lmao, I tried this and literally just attempting to delete the Docker (Not «Docker Desktop» for Windows users) scared the whole damn program into restarting and working. Didn’t have to delete a single file.

Docker Failed to initialize. Docker Desktop is shutting down

Version: 4.1.1 (69879)
Sha1: 766d335074f0e865a43256c5b253ec25d6ec51de
Started on: 2021/10/25 17:50:51.931
Resources: C:\Program Files\Docker\Docker\resources
OS: Windows 10 Enterprise
Edition: Enterprise
Id: 2009
Build: 19042
BuildLabName: 19041.1.amd64fre.vb_release.191206-1406
File: C:\Users\EXSC185\AppData\Local\Docker\log.txt
CommandLine: «C:\Program Files\Docker\Docker\Docker Desktop.exe»
You can send feedback, including this log file, at https://github.com/docker/for-win/issues
[17:50:52.080][GUI ][Info ] Starting.
[17:50:52.464][IPCClient ][Info ] (0407b42e) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:50:52.464][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:50:52.496][GUI ][Info ] An instance is already running. Launching the container view.
[17:50:52.549][GUI ][Warning] Launching the dashboard failed: The operation has timed out.
[17:50:52.565][GUI ][Error ] System.Exception:
Docker Desktop is shutting down.
at Docker.Program.Run(IReadOnlyCollection`1 args) in C:\workspaces\PR-16599\src\github.com\docker\pinata\win\src\Docker.Desktop\Program.cs:line 214
[17:50:52.778][IPCClient ][Info ] (1a325a83) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:50:52.778][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:50:53.097][IPCClient ][Info ] (4491644c) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:50:53.097][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:50:53.413][IPCClient ][Info ] (957fcb02) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:50:53.413][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:50:53.715][IPCClient ][Info ] (2a7a0976) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:50:53.715][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:50:54.018][IPCClient ][Info ] (f702ecec) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:50:54.018][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:50:54.320][IPCClient ][Info ] (7d66cf9f) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:50:54.321][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:50:54.631][IPCClient ][Info ] (a0b74023) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:50:54.631][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:50:54.953][IPCClient ][Info ] (4ae81f90) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:50:54.953][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:50:55.269][IPCClient ][Info ] (8d81cfbd) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:50:55.269][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:50:55.586][IPCClient ][Info ] (805c59b0) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:50:55.586][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:50:55.887][IPCClient ][Info ] (1c3603d6) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:50:55.887][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:50:56.204][IPCClient ][Info ] (6edc2b51) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:50:56.204][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:50:56.509][IPCClient ][Info ] (2b66931b) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:50:56.509][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:50:56.812][IPCClient ][Info ] (69fa46ee) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:50:56.812][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:50:56.950][GoBackendProcess ][Error ] Auto restarting process
[17:50:56.950][GoBackendProcess ][Info ] Starting C:\Program Files\Docker\Docker\resources\com.docker.backend.exe -addr unix:\.\pipe\dockerBackendApiServer -native-api
[17:50:56.976][GoBackendProcess ][Info ] Started
[17:50:57.117][IPCClient ][Info ] (eeaf852d) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:50:57.117][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:50:57.291][GoBackendProcess ][Info ] msg=»ipc.NewClient: 1a8772b5-com.docker.diagnose -> \\.\pipe\dockerBackendV2 com.docker.service.exe [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/win/backend/pkg/service.NewClientForPath(. )\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/win/backend/pkg/service/service.go:26\ngithub.com/docker/pinata/win/backend/pkg/service.NewClient(. )\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/win/backend/pkg/service/service.go:20\ngithub.com/docker/pinata/common/pkg/diagkit/gather/diagnose.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/pkg/diagkit/gather/diagnose/ipc_windows.go:23 +0x132\n»
[17:50:57.421][IPCClient ][Info ] (70619933) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:50:57.421][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:50:57.464][GoBackendProcess ][Info ] msg=»unable to query WSL distros: exit status 0xffffffff»
[17:50:57.476][GoBackendProcess ][Info ] msg=»ipc.NewClient: 73663fce-DockerHubHDL -> \\.\pipe\dockerWebApiServer CSharpAPI [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/common/pkg/gui.NewClientForPath(<0x247319a, 0x0>, <0x248daae, 0xc00025fd00>)\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/pkg/gui/client.go:78 +0x30\ngithub.com/docker/pinata/common/pkg/gui.NewClient(. )\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/pkg/gui/client.go:65\ngithub.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers/dockerhub.go:21 +0x65\n»
[17:50:57.476][GoBackendProcess ][Info ] msg=»ipc.NewClient: 5fcc75af-DockerHubHDL -> \\.\pipe\dockerAPIProxyControl proxyControl [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers/dockerhub.go:22 +0xb1\n»
[17:50:57.476][GoBackendProcess ][Info ] msg=»ipc.NewClient: 5058565c-DockerHubHDL -> \\.\pipe\dockerLifecycleServer LifecycleServer [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/linuxkit/pkg/desktop-host-tools/pkg/client.NewClientForPath(. )\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/linuxkit/pkg/desktop-host-tools/pkg/client/client.go:64\ngithub.com/docker/pinata/linuxkit/pkg/desktop-host-tools/pkg/client.NewClient(. )\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/linuxkit/pkg/desktop-host-tools/pkg/client/client.go:58\ngithub.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers/dockerhub.go:23 +0x105\n»
[17:50:57.476][GoBackendProcess ][Info ] msg=»ipc.NewClient: 955565b2-PauseHDL -> \\.\pipe\dockerProcd procd [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers/pause.go:10 +0x1e5\n»
[17:50:57.476][GoBackendProcess ][Info ] msg=»ipc.NewClient: daaf55a0-ProxyControlHDL -> \\.\pipe\dockerAPIProxyControl proxyControl [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers/proxy_control.go:36 +0x234\n»
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: wslEnableGrpcfuse, type: bool, value: false»
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: skipUpdateToWSLPrompt, type: bool, value: true»
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: credentialHelper, type: string, value: docker-credential-wincred.exe»
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: swapMiB, type: float64, value: 1024″
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: vpnkitCIDR, type: string, value: 192.168.65.0/24″
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: autoStart, type: bool, value: false»
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: useCredentialHelper, type: bool, value: true»
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: diskSizeMiB, type: float64, value: 65536″
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: synchronizedDirectories, type: []interface <>, value: []»
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: disableTips, type: bool, value: false»
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: displayRestartDialog, type: bool, value: true»
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: socksProxyPort, type: float64, value: 0″
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: proxyHttpMode, type: string, value: system»
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: disableUpdate, type: bool, value: false»
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: diskTRIM, type: bool, value: true»
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: useDnsForwarder, type: bool, value: true»
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: kubernetesInitialInstallPerformed, type: bool, value: false»
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: lifecycleTimeoutSeconds, type: float64, value: 600″
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: enableIntegrationWithDefaultWslDistro, type: bool, value: true»
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: displayed18362Deprecation, type: bool, value: false»
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: analyticsEnabled, type: bool, value: true»
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: useNightlyBuildUpdates, type: bool, value: false»
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: customWslDistroDir, type: string, value: »
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: wslEngineEnabled, type: bool, value: true»
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: tipLastId, type: float64, value: 0″
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: updatePopupAppearanceTime, type: float64, value: 0″
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: openUIOnStartupDisabled, type: bool, value: false»
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: useWindowsContainers, type: bool, value: false»
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: kubernetesEnabled, type: bool, value: false»
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: autoDownloadUpdates, type: bool, value: false»
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: useVirtualizationFramework, type: bool, value: false»
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: useVpnkit, type: bool, value: true»
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: swarmFederationExplicitlyLoggedOut, type: bool, value: false»
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: updateSkippedBuild, type: string, value: »
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: displaySwitchVersionPack, type: bool, value: true»
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: displayedElectronPopup, type: []interface <>, value: []»
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: latestBannerKey, type: string, value: »
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: overrideProxyHttps, type: string, value: »
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: showKubernetesSystemContainers, type: bool, value: false»
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: versionPack, type: string, value: default»
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: displaySwitchWinLinContainers, type: bool, value: true»
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: activeOrganizationName, type: string, value: »
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: displayedTutorial, type: bool, value: false»
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: disableHardwareAcceleration, type: bool, value: false»
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: licenseTermsVersion, type: float64, value: 0″
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: exposeDockerAPIOnTCP2375, type: bool, value: false»
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: updateAvailableTime, type: float64, value: 0″
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: cpus, type: float64, value: 2″
[17:50:57.590][GoBackendProcess ][Info ] msg=»key: filesharingDirectories, type: []interface <>, value: []»
[17:50:57.596][GoBackendProcess ][Info ] msg=»key: dns, type: string, value: 8.8.8.8″
[17:50:57.596][GoBackendProcess ][Info ] msg=»key: integratedWslDistros, type: []interface <>, value: []»
[17:50:57.596][GoBackendProcess ][Info ] msg=»key: acceptCanaryUpdates, type: bool, value: false»
[17:50:57.596][GoBackendProcess ][Info ] msg=»key: dataFolder, type: string, value: C:\ProgramData\DockerDesktop\vm-data»
[17:50:57.596][GoBackendProcess ][Info ] msg=»key: memoryMiB, type: float64, value: 2048″
[17:50:57.596][GoBackendProcess ][Info ] msg=»key: overrideProxyHttp, type: string, value: »
[17:50:57.596][GoBackendProcess ][Info ] msg=»key: vpnKitMaxPortIdleTime, type: float64, value: 300″
[17:50:57.596][GoBackendProcess ][Info ] msg=»key: skipWSLMountPerfWarning, type: bool, value: false»
[17:50:57.596][GoBackendProcess ][Info ] msg=»key: tipLastViewedTime, type: float64, value: 0″
[17:50:57.596][GoBackendProcess ][Info ] msg=»key: overrideProxyExclude, type: string, value: »
[17:50:57.596][GoBackendProcess ][Info ] msg=»settings read: SettingsVersion:15 AutoStart:true ActiveOrganizationName: UseCredentialHelper:true CredentialHelper:docker-credential-wincred.exe DisableTips:false TipLastViewedTime:0 TipLastID:0 UpdateAvailableTime:0 UpdatePopupAppearanceTime:0 UpdateSkippedBuild: DisableUpdate:false OpenUIOnStartupDisabled:false AnalyticsEnabled:true DisplayedTutorial:false DisableHardwareAcceleration:false DisplayRestartDialog:true DisplaySwitchVersionPack:true DisplayedElectronPopup:[] LatestBannerKey: AcceptCanaryUpdates:false UseNightlyBuildUpdates:false AutoDownloadUpdates:false DataFolder:C:\ProgramData\DockerDesktop\vm-data MemoryMiB:2048 SwapMiB:1024 Cpus:2 DiskSizeMiB:65536 DiskTRIM:true VpnkitCIDR:192.168.65.0/24 SocksProxyPort:0 ProxyHTTPMode:system OverrideProxyHTTP: OverrideProxyHTTPS: OverrideProxyExclude: FilesharingDirectories:[] SynchronizedDirectories:[] UseDNSForwarder:true DNS:8.8.8.8 KubernetesEnabled:false ShowKubernetesSystemContainers:false KubernetesInitialInstallPerformed:false VersionPack:default UseVirtualizationFramework:false UseVpnkit:true VpnKitMaxPortIdleTime:300 UseWindowsContainers:false LicenseTermsVersion:0>»
[17:50:57.596][GoBackendProcess ][Fatal ] msg=»reading C:\Users\EXSC185\AppData\Roaming\Docker\locked-directories: parsing JSON from C:\Users\EXSC185\AppData\Roaming\Docker\locked-directories: EOF»
[17:50:57.606][GoBackendProcess ][Error ] Process died
[17:50:57.736][IPCClient ][Info ] (3f814fe7) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:50:57.736][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:50:58.038][IPCClient ][Info ] (18ea6e8b) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:50:58.038][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:50:58.361][IPCClient ][Info ] (760778a2) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:50:58.894][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:50:59.211][IPCClient ][Info ] (61590b91) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:50:59.211][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:50:59.527][IPCClient ][Info ] (4000b1f3) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:50:59.527][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:50:59.843][IPCClient ][Info ] (30cfbfd0) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:50:59.843][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:00.150][IPCClient ][Info ] (0a8cea80) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:00.150][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:00.457][IPCClient ][Info ] (ab313098) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:00.457][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:00.772][IPCClient ][Info ] (2ac6a413) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:00.772][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:01.078][IPCClient ][Info ] (2e93ca56) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:01.078][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:01.381][IPCClient ][Info ] (a3d0d5a4) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:01.381][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:01.684][IPCClient ][Info ] (8fdaebe0) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:01.684][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:02.001][IPCClient ][Info ] (5b0a510f) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:02.001][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:02.317][IPCClient ][Info ] (93326b14) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:02.317][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:02.634][GoBackendProcess ][Error ] Auto restarting process
[17:51:02.634][GoBackendProcess ][Info ] Starting C:\Program Files\Docker\Docker\resources\com.docker.backend.exe -addr unix:\.\pipe\dockerBackendApiServer -native-api
[17:51:02.634][IPCClient ][Info ] (cf9edf2c) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:02.634][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:02.656][GoBackendProcess ][Info ] Started
[17:51:02.936][IPCClient ][Info ] (98c1f84b) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:02.936][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:02.937][GoBackendProcess ][Info ] msg=»ipc.NewClient: f1e6d6f0-com.docker.diagnose -> \\.\pipe\dockerBackendV2 com.docker.service.exe [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/win/backend/pkg/service.NewClientForPath(. )\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/win/backend/pkg/service/service.go:26\ngithub.com/docker/pinata/win/backend/pkg/service.NewClient(. )\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/win/backend/pkg/service/service.go:20\ngithub.com/docker/pinata/common/pkg/diagkit/gather/diagnose.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/pkg/diagkit/gather/diagnose/ipc_windows.go:23 +0x132\n»
[17:51:03.102][GoBackendProcess ][Info ] msg=»unable to query WSL distros: exit status 0xffffffff»
[17:51:03.112][GoBackendProcess ][Info ] msg=»ipc.NewClient: a70e9321-DockerHubHDL -> \\.\pipe\dockerWebApiServer CSharpAPI [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/common/pkg/gui.NewClientForPath(<0x247319a, 0x0>, <0x248daae, 0xc0001dfd00>)\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/pkg/gui/client.go:78 +0x30\ngithub.com/docker/pinata/common/pkg/gui.NewClient(. )\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/pkg/gui/client.go:65\ngithub.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers/dockerhub.go:21 +0x65\n»
[17:51:03.112][GoBackendProcess ][Info ] msg=»ipc.NewClient: 16e79403-DockerHubHDL -> \\.\pipe\dockerAPIProxyControl proxyControl [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers/dockerhub.go:22 +0xb1\n»
[17:51:03.112][GoBackendProcess ][Info ] msg=»ipc.NewClient: 2c3562e8-DockerHubHDL -> \\.\pipe\dockerLifecycleServer LifecycleServer [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/linuxkit/pkg/desktop-host-tools/pkg/client.NewClientForPath(. )\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/linuxkit/pkg/desktop-host-tools/pkg/client/client.go:64\ngithub.com/docker/pinata/linuxkit/pkg/desktop-host-tools/pkg/client.NewClient(. )\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/linuxkit/pkg/desktop-host-tools/pkg/client/client.go:58\ngithub.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers/dockerhub.go:23 +0x105\n»
[17:51:03.112][GoBackendProcess ][Info ] msg=»ipc.NewClient: 2cfbcba6-PauseHDL -> \\.\pipe\dockerProcd procd [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers/pause.go:10 +0x1e5\n»
[17:51:03.112][GoBackendProcess ][Info ] msg=»ipc.NewClient: 018aeb6f-ProxyControlHDL -> \\.\pipe\dockerAPIProxyControl proxyControl [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers/proxy_control.go:36 +0x234\n»
[17:51:03.206][GoBackendProcess ][Info ] msg=»key: diskSizeMiB, type: float64, value: 65536″
[17:51:03.206][GoBackendProcess ][Info ] msg=»key: overrideProxyHttp, type: string, value: »
[17:51:03.206][GoBackendProcess ][Info ] msg=»key: showKubernetesSystemContainers, type: bool, value: false»
[17:51:03.206][GoBackendProcess ][Info ] msg=»key: useWindowsContainers, type: bool, value: false»
[17:51:03.206][GoBackendProcess ][Info ] msg=»key: swarmFederationExplicitlyLoggedOut, type: bool, value: false»
[17:51:03.206][GoBackendProcess ][Info ] msg=»key: useCredentialHelper, type: bool, value: true»
[17:51:03.206][GoBackendProcess ][Info ] msg=»key: autoDownloadUpdates, type: bool, value: false»
[17:51:03.206][GoBackendProcess ][Info ] msg=»key: credentialHelper, type: string, value: docker-credential-wincred.exe»
[17:51:03.206][GoBackendProcess ][Info ] msg=»key: updatePopupAppearanceTime, type: float64, value: 0″
[17:51:03.206][GoBackendProcess ][Info ] msg=»key: acceptCanaryUpdates, type: bool, value: false»
[17:51:03.206][GoBackendProcess ][Info ] msg=»key: lifecycleTimeoutSeconds, type: float64, value: 600″
[17:51:03.207][GoBackendProcess ][Info ] msg=»key: displaySwitchWinLinContainers, type: bool, value: true»
[17:51:03.207][GoBackendProcess ][Info ] msg=»key: swapMiB, type: float64, value: 1024″
[17:51:03.207][GoBackendProcess ][Info ] msg=»key: useNightlyBuildUpdates, type: bool, value: false»
[17:51:03.207][GoBackendProcess ][Info ] msg=»key: kubernetesEnabled, type: bool, value: false»
[17:51:03.207][GoBackendProcess ][Info ] msg=»key: displayed18362Deprecation, type: bool, value: false»
[17:51:03.207][GoBackendProcess ][Info ] msg=»key: displayedElectronPopup, type: []interface <>, value: []»
[17:51:03.207][GoBackendProcess ][Info ] msg=»key: updateAvailableTime, type: float64, value: 0″
[17:51:03.207][GoBackendProcess ][Info ] msg=»key: openUIOnStartupDisabled, type: bool, value: false»
[17:51:03.207][GoBackendProcess ][Info ] msg=»key: useVirtualizationFramework, type: bool, value: false»
[17:51:03.207][GoBackendProcess ][Info ] msg=»key: useVpnkit, type: bool, value: true»
[17:51:03.207][GoBackendProcess ][Info ] msg=»key: exposeDockerAPIOnTCP2375, type: bool, value: false»
[17:51:03.207][GoBackendProcess ][Info ] msg=»key: tipLastViewedTime, type: float64, value: 0″
[17:51:03.207][GoBackendProcess ][Info ] msg=»key: tipLastId, type: float64, value: 0″
[17:51:03.207][GoBackendProcess ][Info ] msg=»key: overrideProxyHttps, type: string, value: »
[17:51:03.207][GoBackendProcess ][Info ] msg=»key: dns, type: string, value: 8.8.8.8″
[17:51:03.208][GoBackendProcess ][Info ] msg=»key: displayRestartDialog, type: bool, value: true»
[17:51:03.208][GoBackendProcess ][Info ] msg=»key: displaySwitchVersionPack, type: bool, value: true»
[17:51:03.208][GoBackendProcess ][Info ] msg=»key: diskTRIM, type: bool, value: true»
[17:51:03.208][GoBackendProcess ][Info ] msg=»key: wslEnableGrpcfuse, type: bool, value: false»
[17:51:03.208][GoBackendProcess ][Info ] msg=»key: synchronizedDirectories, type: []interface <>, value: []»
[17:51:03.209][GoBackendProcess ][Info ] msg=»key: kubernetesInitialInstallPerformed, type: bool, value: false»
[17:51:03.209][GoBackendProcess ][Info ] msg=»key: integratedWslDistros, type: []interface <>, value: []»
[17:51:03.209][GoBackendProcess ][Info ] msg=»key: analyticsEnabled, type: bool, value: true»
[17:51:03.209][GoBackendProcess ][Info ] msg=»key: dataFolder, type: string, value: C:\ProgramData\DockerDesktop\vm-data»
[17:51:03.209][GoBackendProcess ][Info ] msg=»key: activeOrganizationName, type: string, value: »
[17:51:03.210][GoBackendProcess ][Info ] msg=»key: displayedTutorial, type: bool, value: false»
[17:51:03.210][GoBackendProcess ][Info ] msg=»key: vpnkitCIDR, type: string, value: 192.168.65.0/24″
[17:51:03.210][GoBackendProcess ][Info ] msg=»key: overrideProxyExclude, type: string, value: »
[17:51:03.210][GoBackendProcess ][Info ] msg=»key: versionPack, type: string, value: default»
[17:51:03.210][GoBackendProcess ][Info ] msg=»key: wslEngineEnabled, type: bool, value: true»
[17:51:03.210][GoBackendProcess ][Info ] msg=»key: enableIntegrationWithDefaultWslDistro, type: bool, value: true»
[17:51:03.210][GoBackendProcess ][Info ] msg=»key: vpnKitMaxPortIdleTime, type: float64, value: 300″
[17:51:03.210][GoBackendProcess ][Info ] msg=»key: proxyHttpMode, type: string, value: system»
[17:51:03.210][GoBackendProcess ][Info ] msg=»key: autoStart, type: bool, value: false»
[17:51:03.210][GoBackendProcess ][Info ] msg=»key: updateSkippedBuild, type: string, value: »
[17:51:03.210][GoBackendProcess ][Info ] msg=»key: disableHardwareAcceleration, type: bool, value: false»
[17:51:03.210][GoBackendProcess ][Info ] msg=»key: skipUpdateToWSLPrompt, type: bool, value: true»
[17:51:03.210][GoBackendProcess ][Info ] msg=»key: latestBannerKey, type: string, value: »
[17:51:03.210][GoBackendProcess ][Info ] msg=»key: cpus, type: float64, value: 2″
[17:51:03.211][GoBackendProcess ][Info ] msg=»key: socksProxyPort, type: float64, value: 0″
[17:51:03.211][GoBackendProcess ][Info ] msg=»key: licenseTermsVersion, type: float64, value: 0″
[17:51:03.211][GoBackendProcess ][Info ] msg=»key: filesharingDirectories, type: []interface <>, value: []»
[17:51:03.211][GoBackendProcess ][Info ] msg=»key: useDnsForwarder, type: bool, value: true»
[17:51:03.211][GoBackendProcess ][Info ] msg=»key: customWslDistroDir, type: string, value: »
[17:51:03.211][GoBackendProcess ][Info ] msg=»key: disableTips, type: bool, value: false»
[17:51:03.211][GoBackendProcess ][Info ] msg=»key: disableUpdate, type: bool, value: false»
[17:51:03.211][GoBackendProcess ][Info ] msg=»key: skipWSLMountPerfWarning, type: bool, value: false»
[17:51:03.211][GoBackendProcess ][Info ] msg=»key: memoryMiB, type: float64, value: 2048″
[17:51:03.215][GoBackendProcess ][Info ] msg=»settings read: SettingsVersion:15 AutoStart:true ActiveOrganizationName: UseCredentialHelper:true CredentialHelper:docker-credential-wincred.exe DisableTips:false TipLastViewedTime:0 TipLastID:0 UpdateAvailableTime:0 UpdatePopupAppearanceTime:0 UpdateSkippedBuild: DisableUpdate:false OpenUIOnStartupDisabled:false AnalyticsEnabled:true DisplayedTutorial:false DisableHardwareAcceleration:false DisplayRestartDialog:true DisplaySwitchVersionPack:true DisplayedElectronPopup:[] LatestBannerKey: AcceptCanaryUpdates:false UseNightlyBuildUpdates:false AutoDownloadUpdates:false DataFolder:C:\ProgramData\DockerDesktop\vm-data MemoryMiB:2048 SwapMiB:1024 Cpus:2 DiskSizeMiB:65536 DiskTRIM:true VpnkitCIDR:192.168.65.0/24 SocksProxyPort:0 ProxyHTTPMode:system OverrideProxyHTTP: OverrideProxyHTTPS: OverrideProxyExclude: FilesharingDirectories:[] SynchronizedDirectories:[] UseDNSForwarder:true DNS:8.8.8.8 KubernetesEnabled:false ShowKubernetesSystemContainers:false KubernetesInitialInstallPerformed:false VersionPack:default UseVirtualizationFramework:false UseVpnkit:true VpnKitMaxPortIdleTime:300 UseWindowsContainers:false LicenseTermsVersion:0>»
[17:51:03.216][GoBackendProcess ][Fatal ] msg=»reading C:\Users\EXSC185\AppData\Roaming\Docker\locked-directories: parsing JSON from C:\Users\EXSC185\AppData\Roaming\Docker\locked-directories: EOF»
[17:51:03.216][GoBackendProcess ][Error ] Process died
[17:51:03.247][IPCClient ][Info ] (9a91bc7d) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:03.247][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:03.557][IPCClient ][Info ] (f424ee51) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:03.558][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:03.862][IPCClient ][Info ] (412aa25d) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:03.862][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:04.165][IPCClient ][Info ] (063067ca) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:04.166][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:04.474][IPCClient ][Info ] (57517910) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:04.474][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:04.790][IPCClient ][Info ] (08de8ad9) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:04.790][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:05.107][IPCClient ][Info ] (12c606ce) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:05.107][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:05.423][IPCClient ][Info ] (120edb12) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:05.423][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:05.740][IPCClient ][Info ] (cb3dff60) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:05.740][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:06.056][IPCClient ][Info ] (930bf628) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:06.056][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:06.379][IPCClient ][Info ] (3f62cc15) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:06.379][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:06.682][IPCClient ][Info ] (fee0e01e) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:06.682][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:06.998][IPCClient ][Info ] (593f0c49) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:06.998][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:07.315][IPCClient ][Info ] (89e1f8ee) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:07.315][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:07.632][IPCClient ][Info ] (170631b3) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:07.632][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:07.948][IPCClient ][Info ] (30a3e1c5) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:07.948][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:08.218][GoBackendProcess ][Error ] Auto restarting process
[17:51:08.218][GoBackendProcess ][Info ] Starting C:\Program Files\Docker\Docker\resources\com.docker.backend.exe -addr unix:\.\pipe\dockerBackendApiServer -native-api
[17:51:08.234][GoBackendProcess ][Info ] Started
[17:51:08.265][IPCClient ][Info ] (afb203c2) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:08.265][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:08.541][GoBackendProcess ][Info ] msg=»ipc.NewClient: d7985e1e-com.docker.diagnose -> \\.\pipe\dockerBackendV2 com.docker.service.exe [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/win/backend/pkg/service.NewClientForPath(. )\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/win/backend/pkg/service/service.go:26\ngithub.com/docker/pinata/win/backend/pkg/service.NewClient(. )\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/win/backend/pkg/service/service.go:20\ngithub.com/docker/pinata/common/pkg/diagkit/gather/diagnose.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/pkg/diagkit/gather/diagnose/ipc_windows.go:23 +0x132\n»
[17:51:08.574][IPCClient ][Info ] (7df4235d) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:08.575][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:08.723][GoBackendProcess ][Info ] msg=»unable to query WSL distros: exit status 0xffffffff»
[17:51:08.733][GoBackendProcess ][Info ] msg=»ipc.NewClient: 55c25324-DockerHubHDL -> \\.\pipe\dockerWebApiServer CSharpAPI [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/common/pkg/gui.NewClientForPath(<0x247319a, 0x0>, <0x248daae, 0xc00025fd00>)\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/pkg/gui/client.go:78 +0x30\ngithub.com/docker/pinata/common/pkg/gui.NewClient(. )\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/pkg/gui/client.go:65\ngithub.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers/dockerhub.go:21 +0x65\n»
[17:51:08.733][GoBackendProcess ][Info ] msg=»ipc.NewClient: fb113ea4-DockerHubHDL -> \\.\pipe\dockerAPIProxyControl proxyControl [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers/dockerhub.go:22 +0xb1\n»
[17:51:08.733][GoBackendProcess ][Info ] msg=»ipc.NewClient: 64912a3c-DockerHubHDL -> \\.\pipe\dockerLifecycleServer LifecycleServer [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/linuxkit/pkg/desktop-host-tools/pkg/client.NewClientForPath(. )\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/linuxkit/pkg/desktop-host-tools/pkg/client/client.go:64\ngithub.com/docker/pinata/linuxkit/pkg/desktop-host-tools/pkg/client.NewClient(. )\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/linuxkit/pkg/desktop-host-tools/pkg/client/client.go:58\ngithub.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers/dockerhub.go:23 +0x105\n»
[17:51:08.733][GoBackendProcess ][Info ] msg=»ipc.NewClient: e6a51ae2-PauseHDL -> \\.\pipe\dockerProcd procd [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers/pause.go:10 +0x1e5\n»
[17:51:08.733][GoBackendProcess ][Info ] msg=»ipc.NewClient: 0a25e8ee-ProxyControlHDL -> \\.\pipe\dockerAPIProxyControl proxyControl [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers/proxy_control.go:36 +0x234\n»
[17:51:08.889][IPCClient ][Info ] (55b0fd70) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:08.889][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:09.209][IPCClient ][Info ] (f816ea81) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:09.209][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:09.513][IPCClient ][Info ] (cf4c9fe4) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:09.513][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:09.831][IPCClient ][Info ] (233cdd4d) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:09.831][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:10.150][IPCClient ][Info ] (60e89922) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:10.151][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:10.457][IPCClient ][Info ] (332a320f) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:10.457][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:10.761][IPCClient ][Info ] (cf1648e3) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:10.761][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:10.853][GoBackendProcess ][Info ] msg=»key: dns, type: string, value: 8.8.8.8″
[17:51:10.853][GoBackendProcess ][Info ] msg=»key: wslEnableGrpcfuse, type: bool, value: false»
[17:51:10.853][GoBackendProcess ][Info ] msg=»key: displaySwitchWinLinContainers, type: bool, value: true»
[17:51:10.853][GoBackendProcess ][Info ] msg=»key: autoStart, type: bool, value: false»
[17:51:10.853][GoBackendProcess ][Info ] msg=»key: activeOrganizationName, type: string, value: »
[17:51:10.853][GoBackendProcess ][Info ] msg=»key: displayRestartDialog, type: bool, value: true»
[17:51:10.853][GoBackendProcess ][Info ] msg=»key: dataFolder, type: string, value: C:\ProgramData\DockerDesktop\vm-data»
[17:51:10.853][GoBackendProcess ][Info ] msg=»key: integratedWslDistros, type: []interface <>, value: []»
[17:51:10.853][GoBackendProcess ][Info ] msg=»key: tipLastViewedTime, type: float64, value: 0″
[17:51:10.853][GoBackendProcess ][Info ] msg=»key: displaySwitchVersionPack, type: bool, value: true»
[17:51:10.853][GoBackendProcess ][Info ] msg=»key: filesharingDirectories, type: []interface <>, value: []»
[17:51:10.863][GoBackendProcess ][Info ] msg=»key: useDnsForwarder, type: bool, value: true»
[17:51:10.863][GoBackendProcess ][Info ] msg=»key: showKubernetesSystemContainers, type: bool, value: false»
[17:51:10.863][GoBackendProcess ][Info ] msg=»key: displayed18362Deprecation, type: bool, value: false»
[17:51:10.863][GoBackendProcess ][Info ] msg=»key: socksProxyPort, type: float64, value: 0″
[17:51:10.864][GoBackendProcess ][Info ] msg=»key: analyticsEnabled, type: bool, value: true»
[17:51:10.864][GoBackendProcess ][Info ] msg=»key: latestBannerKey, type: string, value: »
[17:51:10.864][GoBackendProcess ][Info ] msg=»key: useNightlyBuildUpdates, type: bool, value: false»
[17:51:10.864][GoBackendProcess ][Info ] msg=»key: autoDownloadUpdates, type: bool, value: false»
[17:51:10.864][GoBackendProcess ][Info ] msg=»key: swapMiB, type: float64, value: 1024″
[17:51:10.864][GoBackendProcess ][Info ] msg=»key: proxyHttpMode, type: string, value: system»
[17:51:10.865][GoBackendProcess ][Info ] msg=»key: vpnKitMaxPortIdleTime, type: float64, value: 300″
[17:51:10.865][GoBackendProcess ][Info ] msg=»key: disableUpdate, type: bool, value: false»
[17:51:10.865][GoBackendProcess ][Info ] msg=»key: cpus, type: float64, value: 2″
[17:51:10.865][GoBackendProcess ][Info ] msg=»key: overrideProxyHttp, type: string, value: »
[17:51:10.865][GoBackendProcess ][Info ] msg=»key: lifecycleTimeoutSeconds, type: float64, value: 600″
[17:51:10.865][GoBackendProcess ][Info ] msg=»key: skipUpdateToWSLPrompt, type: bool, value: true»
[17:51:10.865][GoBackendProcess ][Info ] msg=»key: enableIntegrationWithDefaultWslDistro, type: bool, value: true»
[17:51:10.865][GoBackendProcess ][Info ] msg=»key: useCredentialHelper, type: bool, value: true»
[17:51:10.865][GoBackendProcess ][Info ] msg=»key: overrideProxyHttps, type: string, value: »
[17:51:10.865][GoBackendProcess ][Info ] msg=»key: swarmFederationExplicitlyLoggedOut, type: bool, value: false»
[17:51:10.866][GoBackendProcess ][Info ] msg=»key: customWslDistroDir, type: string, value: »
[17:51:10.866][GoBackendProcess ][Info ] msg=»key: skipWSLMountPerfWarning, type: bool, value: false»
[17:51:10.866][GoBackendProcess ][Info ] msg=»key: credentialHelper, type: string, value: docker-credential-wincred.exe»
[17:51:10.866][GoBackendProcess ][Info ] msg=»key: diskTRIM, type: bool, value: true»
[17:51:10.866][GoBackendProcess ][Info ] msg=»key: vpnkitCIDR, type: string, value: 192.168.65.0/24″
[17:51:10.866][GoBackendProcess ][Info ] msg=»key: exposeDockerAPIOnTCP2375, type: bool, value: false»
[17:51:10.866][GoBackendProcess ][Info ] msg=»key: disableTips, type: bool, value: false»
[17:51:10.866][GoBackendProcess ][Info ] msg=»key: updateSkippedBuild, type: string, value: »
[17:51:10.866][GoBackendProcess ][Info ] msg=»key: kubernetesInitialInstallPerformed, type: bool, value: false»
[17:51:10.866][GoBackendProcess ][Info ] msg=»key: versionPack, type: string, value: default»
[17:51:10.866][GoBackendProcess ][Info ] msg=»key: memoryMiB, type: float64, value: 2048″
[17:51:10.867][GoBackendProcess ][Info ] msg=»key: useVirtualizationFramework, type: bool, value: false»
[17:51:10.867][GoBackendProcess ][Info ] msg=»key: licenseTermsVersion, type: float64, value: 0″
[17:51:10.867][GoBackendProcess ][Info ] msg=»key: disableHardwareAcceleration, type: bool, value: false»
[17:51:10.867][GoBackendProcess ][Info ] msg=»key: overrideProxyExclude, type: string, value: »
[17:51:10.867][GoBackendProcess ][Info ] msg=»key: kubernetesEnabled, type: bool, value: false»
[17:51:10.867][GoBackendProcess ][Info ] msg=»key: tipLastId, type: float64, value: 0″
[17:51:10.867][GoBackendProcess ][Info ] msg=»key: updateAvailableTime, type: float64, value: 0″
[17:51:10.867][GoBackendProcess ][Info ] msg=»key: openUIOnStartupDisabled, type: bool, value: false»
[17:51:10.867][GoBackendProcess ][Info ] msg=»key: diskSizeMiB, type: float64, value: 65536″
[17:51:10.867][GoBackendProcess ][Info ] msg=»key: updatePopupAppearanceTime, type: float64, value: 0″
[17:51:10.868][GoBackendProcess ][Info ] msg=»key: displayedTutorial, type: bool, value: false»
[17:51:10.868][GoBackendProcess ][Info ] msg=»key: displayedElectronPopup, type: []interface <>, value: []»
[17:51:10.868][GoBackendProcess ][Info ] msg=»key: synchronizedDirectories, type: []interface <>, value: []»
[17:51:10.868][GoBackendProcess ][Info ] msg=»key: useVpnkit, type: bool, value: true»
[17:51:10.869][GoBackendProcess ][Info ] msg=»key: useWindowsContainers, type: bool, value: false»
[17:51:10.869][GoBackendProcess ][Info ] msg=»key: wslEngineEnabled, type: bool, value: true»
[17:51:10.869][GoBackendProcess ][Info ] msg=»key: acceptCanaryUpdates, type: bool, value: false»
[17:51:10.872][GoBackendProcess ][Info ] msg=»settings read: SettingsVersion:15 AutoStart:true ActiveOrganizationName: UseCredentialHelper:true CredentialHelper:docker-credential-wincred.exe DisableTips:false TipLastViewedTime:0 TipLastID:0 UpdateAvailableTime:0 UpdatePopupAppearanceTime:0 UpdateSkippedBuild: DisableUpdate:false OpenUIOnStartupDisabled:false AnalyticsEnabled:true DisplayedTutorial:false DisableHardwareAcceleration:false DisplayRestartDialog:true DisplaySwitchVersionPack:true DisplayedElectronPopup:[] LatestBannerKey: AcceptCanaryUpdates:false UseNightlyBuildUpdates:false AutoDownloadUpdates:false DataFolder:C:\ProgramData\DockerDesktop\vm-data MemoryMiB:2048 SwapMiB:1024 Cpus:2 DiskSizeMiB:65536 DiskTRIM:true VpnkitCIDR:192.168.65.0/24 SocksProxyPort:0 ProxyHTTPMode:system OverrideProxyHTTP: OverrideProxyHTTPS: OverrideProxyExclude: FilesharingDirectories:[] SynchronizedDirectories:[] UseDNSForwarder:true DNS:8.8.8.8 KubernetesEnabled:false ShowKubernetesSystemContainers:false KubernetesInitialInstallPerformed:false VersionPack:default UseVirtualizationFramework:false UseVpnkit:true VpnKitMaxPortIdleTime:300 UseWindowsContainers:false LicenseTermsVersion:0>»
[17:51:10.873][GoBackendProcess ][Fatal ] msg=»reading C:\Users\EXSC185\AppData\Roaming\Docker\locked-directories: parsing JSON from C:\Users\EXSC185\AppData\Roaming\Docker\locked-directories: EOF»
[17:51:10.877][GoBackendProcess ][Error ] Process died
[17:51:11.071][IPCClient ][Info ] (b23a6a3a) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:11.071][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:11.394][IPCClient ][Info ] (4d867e3c) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:11.394][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:11.711][IPCClient ][Info ] (3c684238) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:11.711][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:12.027][IPCClient ][Info ] (1a53de19) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:12.027][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:12.344][IPCClient ][Info ] (d884563b) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:12.344][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:12.654][IPCClient ][Info ] (6de09c10) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:12.655][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:12.957][IPCClient ][Info ] (fec5e72b) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:12.957][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:13.260][IPCClient ][Info ] (0e5b3568) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:13.260][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:13.561][IPCClient ][Info ] (6617bba2) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:13.561][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:13.878][IPCClient ][Info ] (3e99f717) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:13.878][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:14.201][IPCClient ][Info ] (88211dce) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:14.201][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:14.517][IPCClient ][Info ] (0573802c) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:14.517][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:14.834][IPCClient ][Info ] (71bf81d5) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:14.834][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:15.150][IPCClient ][Info ] (caa443cf) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:15.150][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:15.467][IPCClient ][Info ] (9f2da9d4) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:15.467][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:15.784][IPCClient ][Info ] (b51c3589) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:15.784][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:15.884][GoBackendProcess ][Error ] Auto restarting process
[17:51:15.884][GoBackendProcess ][Info ] Starting C:\Program Files\Docker\Docker\resources\com.docker.backend.exe -addr unix:\.\pipe\dockerBackendApiServer -native-api
[17:51:15.906][GoBackendProcess ][Info ] Started
[17:51:16.107][IPCClient ][Info ] (7394962a) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:16.107][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:16.196][GoBackendProcess ][Info ] msg=»ipc.NewClient: 1e5278f6-com.docker.diagnose -> \\.\pipe\dockerBackendV2 com.docker.service.exe [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/win/backend/pkg/service.NewClientForPath(. )\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/win/backend/pkg/service/service.go:26\ngithub.com/docker/pinata/win/backend/pkg/service.NewClient(. )\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/win/backend/pkg/service/service.go:20\ngithub.com/docker/pinata/common/pkg/diagkit/gather/diagnose.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/pkg/diagkit/gather/diagnose/ipc_windows.go:23 +0x132\n»
[17:51:16.371][GoBackendProcess ][Info ] msg=»unable to query WSL distros: exit status 0xffffffff»
[17:51:16.380][GoBackendProcess ][Info ] msg=»ipc.NewClient: 7c391fc1-DockerHubHDL -> \\.\pipe\dockerWebApiServer CSharpAPI [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/common/pkg/gui.NewClientForPath(<0x247319a, 0x0>, <0x248daae, 0xc00025fd00>)\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/pkg/gui/client.go:78 +0x30\ngithub.com/docker/pinata/common/pkg/gui.NewClient(. )\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/pkg/gui/client.go:65\ngithub.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers/dockerhub.go:21 +0x65\n»
[17:51:16.380][GoBackendProcess ][Info ] msg=»ipc.NewClient: 9404b870-DockerHubHDL -> \\.\pipe\dockerAPIProxyControl proxyControl [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers/dockerhub.go:22 +0xb1\n»
[17:51:16.380][GoBackendProcess ][Info ] msg=»ipc.NewClient: a1651328-DockerHubHDL -> \\.\pipe\dockerLifecycleServer LifecycleServer [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/linuxkit/pkg/desktop-host-tools/pkg/client.NewClientForPath(. )\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/linuxkit/pkg/desktop-host-tools/pkg/client/client.go:64\ngithub.com/docker/pinata/linuxkit/pkg/desktop-host-tools/pkg/client.NewClient(. )\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/linuxkit/pkg/desktop-host-tools/pkg/client/client.go:58\ngithub.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers/dockerhub.go:23 +0x105\n»
[17:51:16.380][GoBackendProcess ][Info ] msg=»ipc.NewClient: 745a3963-PauseHDL -> \\.\pipe\dockerProcd procd [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers/pause.go:10 +0x1e5\n»
[17:51:16.380][GoBackendProcess ][Info ] msg=»ipc.NewClient: 8f6cf198-ProxyControlHDL -> \\.\pipe\dockerAPIProxyControl proxyControl [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers/proxy_control.go:36 +0x234\n»
[17:51:16.424][IPCClient ][Info ] (60631974) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:16.424][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:16.489][GoBackendProcess ][Info ] msg=»key: enableIntegrationWithDefaultWslDistro, type: bool, value: true»
[17:51:16.490][GoBackendProcess ][Info ] msg=»key: licenseTermsVersion, type: float64, value: 0″
[17:51:16.490][GoBackendProcess ][Info ] msg=»key: lifecycleTimeoutSeconds, type: float64, value: 600″
[17:51:16.490][GoBackendProcess ][Info ] msg=»key: integratedWslDistros, type: []interface <>, value: []»
[17:51:16.490][GoBackendProcess ][Info ] msg=»key: vpnkitCIDR, type: string, value: 192.168.65.0/24″
[17:51:16.490][GoBackendProcess ][Info ] msg=»key: proxyHttpMode, type: string, value: system»
[17:51:16.490][GoBackendProcess ][Info ] msg=»key: showKubernetesSystemContainers, type: bool, value: false»
[17:51:16.490][GoBackendProcess ][Info ] msg=»key: wslEnableGrpcfuse, type: bool, value: false»
[17:51:16.490][GoBackendProcess ][Info ] msg=»key: latestBannerKey, type: string, value: »
[17:51:16.491][GoBackendProcess ][Info ] msg=»key: displaySwitchWinLinContainers, type: bool, value: true»
[17:51:16.491][GoBackendProcess ][Info ] msg=»key: useCredentialHelper, type: bool, value: true»
[17:51:16.491][GoBackendProcess ][Info ] msg=»key: updatePopupAppearanceTime, type: float64, value: 0″
[17:51:16.491][GoBackendProcess ][Info ] msg=»key: updateSkippedBuild, type: string, value: »
[17:51:16.491][GoBackendProcess ][Info ] msg=»key: useNightlyBuildUpdates, type: bool, value: false»
[17:51:16.491][GoBackendProcess ][Info ] msg=»key: synchronizedDirectories, type: []interface <>, value: []»
[17:51:16.491][GoBackendProcess ][Info ] msg=»key: customWslDistroDir, type: string, value: »
[17:51:16.491][GoBackendProcess ][Info ] msg=»key: wslEngineEnabled, type: bool, value: true»
[17:51:16.491][GoBackendProcess ][Info ] msg=»key: useWindowsContainers, type: bool, value: false»
[17:51:16.491][GoBackendProcess ][Info ] msg=»key: kubernetesInitialInstallPerformed, type: bool, value: false»
[17:51:16.491][GoBackendProcess ][Info ] msg=»key: analyticsEnabled, type: bool, value: true»
[17:51:16.492][GoBackendProcess ][Info ] msg=»key: displayedTutorial, type: bool, value: false»
[17:51:16.492][GoBackendProcess ][Info ] msg=»key: disableTips, type: bool, value: false»
[17:51:16.492][GoBackendProcess ][Info ] msg=»key: displayedElectronPopup, type: []interface <>, value: []»
[17:51:16.492][GoBackendProcess ][Info ] msg=»key: openUIOnStartupDisabled, type: bool, value: false»
[17:51:16.492][GoBackendProcess ][Info ] msg=»key: displayRestartDialog, type: bool, value: true»
[17:51:16.492][GoBackendProcess ][Info ] msg=»key: activeOrganizationName, type: string, value: »
[17:51:16.492][GoBackendProcess ][Info ] msg=»key: credentialHelper, type: string, value: docker-credential-wincred.exe»
[17:51:16.492][GoBackendProcess ][Info ] msg=»key: swarmFederationExplicitlyLoggedOut, type: bool, value: false»
[17:51:16.492][GoBackendProcess ][Info ] msg=»key: skipWSLMountPerfWarning, type: bool, value: false»
[17:51:16.492][GoBackendProcess ][Info ] msg=»key: acceptCanaryUpdates, type: bool, value: false»
[17:51:16.492][GoBackendProcess ][Info ] msg=»key: overrideProxyHttps, type: string, value: »
[17:51:16.493][GoBackendProcess ][Info ] msg=»key: tipLastId, type: float64, value: 0″
[17:51:16.493][GoBackendProcess ][Info ] msg=»key: displayed18362Deprecation, type: bool, value: false»
[17:51:16.493][GoBackendProcess ][Info ] msg=»key: displaySwitchVersionPack, type: bool, value: true»
[17:51:16.493][GoBackendProcess ][Info ] msg=»key: overrideProxyHttp, type: string, value: »
[17:51:16.493][GoBackendProcess ][Info ] msg=»key: useDnsForwarder, type: bool, value: true»
[17:51:16.494][GoBackendProcess ][Info ] msg=»key: dns, type: string, value: 8.8.8.8″
[17:51:16.494][GoBackendProcess ][Info ] msg=»key: exposeDockerAPIOnTCP2375, type: bool, value: false»
[17:51:16.494][GoBackendProcess ][Info ] msg=»key: skipUpdateToWSLPrompt, type: bool, value: true»
[17:51:16.494][GoBackendProcess ][Info ] msg=»key: cpus, type: float64, value: 2″
[17:51:16.494][GoBackendProcess ][Info ] msg=»key: socksProxyPort, type: float64, value: 0″
[17:51:16.494][GoBackendProcess ][Info ] msg=»key: kubernetesEnabled, type: bool, value: false»
[17:51:16.494][GoBackendProcess ][Info ] msg=»key: tipLastViewedTime, type: float64, value: 0″
[17:51:16.494][GoBackendProcess ][Info ] msg=»key: swapMiB, type: float64, value: 1024″
[17:51:16.494][GoBackendProcess ][Info ] msg=»key: updateAvailableTime, type: float64, value: 0″
[17:51:16.494][GoBackendProcess ][Info ] msg=»key: memoryMiB, type: float64, value: 2048″
[17:51:16.495][GoBackendProcess ][Info ] msg=»key: useVirtualizationFramework, type: bool, value: false»
[17:51:16.495][GoBackendProcess ][Info ] msg=»key: autoStart, type: bool, value: false»
[17:51:16.495][GoBackendProcess ][Info ] msg=»key: versionPack, type: string, value: default»
[17:51:16.495][GoBackendProcess ][Info ] msg=»key: useVpnkit, type: bool, value: true»
[17:51:16.495][GoBackendProcess ][Info ] msg=»key: autoDownloadUpdates, type: bool, value: false»
[17:51:16.495][GoBackendProcess ][Info ] msg=»key: overrideProxyExclude, type: string, value: »
[17:51:16.495][GoBackendProcess ][Info ] msg=»key: dataFolder, type: string, value: C:\ProgramData\DockerDesktop\vm-data»
[17:51:16.495][GoBackendProcess ][Info ] msg=»key: diskTRIM, type: bool, value: true»
[17:51:16.495][GoBackendProcess ][Info ] msg=»key: disableUpdate, type: bool, value: false»
[17:51:16.495][GoBackendProcess ][Info ] msg=»key: disableHardwareAcceleration, type: bool, value: false»
[17:51:16.495][GoBackendProcess ][Info ] msg=»key: vpnKitMaxPortIdleTime, type: float64, value: 300″
[17:51:16.496][GoBackendProcess ][Info ] msg=»key: diskSizeMiB, type: float64, value: 65536″
[17:51:16.496][GoBackendProcess ][Info ] msg=»key: filesharingDirectories, type: []interface <>, value: []»
[17:51:16.499][GoBackendProcess ][Info ] msg=»settings read: SettingsVersion:15 AutoStart:true ActiveOrganizationName: UseCredentialHelper:true CredentialHelper:docker-credential-wincred.exe DisableTips:false TipLastViewedTime:0 TipLastID:0 UpdateAvailableTime:0 UpdatePopupAppearanceTime:0 UpdateSkippedBuild: DisableUpdate:false OpenUIOnStartupDisabled:false AnalyticsEnabled:true DisplayedTutorial:false DisableHardwareAcceleration:false DisplayRestartDialog:true DisplaySwitchVersionPack:true DisplayedElectronPopup:[] LatestBannerKey: AcceptCanaryUpdates:false UseNightlyBuildUpdates:false AutoDownloadUpdates:false DataFolder:C:\ProgramData\DockerDesktop\vm-data MemoryMiB:2048 SwapMiB:1024 Cpus:2 DiskSizeMiB:65536 DiskTRIM:true VpnkitCIDR:192.168.65.0/24 SocksProxyPort:0 ProxyHTTPMode:system OverrideProxyHTTP: OverrideProxyHTTPS: OverrideProxyExclude: FilesharingDirectories:[] SynchronizedDirectories:[] UseDNSForwarder:true DNS:8.8.8.8 KubernetesEnabled:false ShowKubernetesSystemContainers:false KubernetesInitialInstallPerformed:false VersionPack:default UseVirtualizationFramework:false UseVpnkit:true VpnKitMaxPortIdleTime:300 UseWindowsContainers:false LicenseTermsVersion:0>»
[17:51:16.500][GoBackendProcess ][Fatal ] msg=»reading C:\Users\EXSC185\AppData\Roaming\Docker\locked-directories: parsing JSON from C:\Users\EXSC185\AppData\Roaming\Docker\locked-directories: EOF»
[17:51:16.501][GoBackendProcess ][Error ] Process died
[17:51:16.739][IPCClient ][Info ] (8b3a45d9) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:16.739][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:17.056][IPCClient ][Info ] (979d74d7) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:17.056][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:17.372][IPCClient ][Info ] (d3b3f64b) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:17.372][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:17.689][IPCClient ][Info ] (6c9f0745) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:17.689][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:17.991][IPCClient ][Info ] (41cc5e80) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:17.991][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:18.314][IPCClient ][Info ] (8ae3f574) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:18.314][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:18.630][IPCClient ][Info ] (f4e617e1) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:18.630][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:18.947][IPCClient ][Info ] (c631392e) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:18.947][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:19.263][IPCClient ][Info ] (8f9fca67) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:19.263][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:19.569][IPCClient ][Info ] (79f92914) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:19.569][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:19.886][IPCClient ][Info ] (38fcff9d) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:19.886][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:20.202][IPCClient ][Info ] (12abc883) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:20.202][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:20.525][IPCClient ][Info ] (84af1864) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:20.525][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:20.842][IPCClient ][Info ] (b3370df7) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:20.842][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:21.158][IPCClient ][Info ] (fc7c4295) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:21.158][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:21.466][IPCClient ][Info ] (3af7cee1) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:21.466][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:21.511][GoBackendProcess ][Error ] Auto restarting process
[17:51:21.511][GoBackendProcess ][Info ] Starting C:\Program Files\Docker\Docker\resources\com.docker.backend.exe -addr unix:\.\pipe\dockerBackendApiServer -native-api
[17:51:21.540][GoBackendProcess ][Info ] Started
[17:51:21.769][IPCClient ][Info ] (fba090a2) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:21.769][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:21.834][GoBackendProcess ][Info ] msg=»ipc.NewClient: c1168a2c-com.docker.diagnose -> \\.\pipe\dockerBackendV2 com.docker.service.exe [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/win/backend/pkg/service.NewClientForPath(. )\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/win/backend/pkg/service/service.go:26\ngithub.com/docker/pinata/win/backend/pkg/service.NewClient(. )\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/win/backend/pkg/service/service.go:20\ngithub.com/docker/pinata/common/pkg/diagkit/gather/diagnose.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/pkg/diagkit/gather/diagnose/ipc_windows.go:23 +0x132\n»
[17:51:22.012][GoBackendProcess ][Info ] msg=»unable to query WSL distros: exit status 0xffffffff»
[17:51:22.025][GoBackendProcess ][Info ] msg=»ipc.NewClient: 3708b602-DockerHubHDL -> \\.\pipe\dockerWebApiServer CSharpAPI [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/common/pkg/gui.NewClientForPath(<0x247319a, 0x0>, <0x248daae, 0xc0001dfd00>)\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/pkg/gui/client.go:78 +0x30\ngithub.com/docker/pinata/common/pkg/gui.NewClient(. )\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/pkg/gui/client.go:65\ngithub.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers/dockerhub.go:21 +0x65\n»
[17:51:22.026][GoBackendProcess ][Info ] msg=»ipc.NewClient: 8c64673a-DockerHubHDL -> \\.\pipe\dockerAPIProxyControl proxyControl [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers/dockerhub.go:22 +0xb1\n»
[17:51:22.026][GoBackendProcess ][Info ] msg=»ipc.NewClient: 01a10c5c-DockerHubHDL -> \\.\pipe\dockerLifecycleServer LifecycleServer [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/linuxkit/pkg/desktop-host-tools/pkg/client.NewClientForPath(. )\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/linuxkit/pkg/desktop-host-tools/pkg/client/client.go:64\ngithub.com/docker/pinata/linuxkit/pkg/desktop-host-tools/pkg/client.NewClient(. )\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/linuxkit/pkg/desktop-host-tools/pkg/client/client.go:58\ngithub.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers/dockerhub.go:23 +0x105\n»
[17:51:22.026][GoBackendProcess ][Info ] msg=»ipc.NewClient: 9daad55e-PauseHDL -> \\.\pipe\dockerProcd procd [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers/pause.go:10 +0x1e5\n»
[17:51:22.026][GoBackendProcess ][Info ] msg=»ipc.NewClient: 55746593-ProxyControlHDL -> \\.\pipe\dockerAPIProxyControl proxyControl [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers/proxy_control.go:36 +0x234\n»
[17:51:22.072][IPCClient ][Info ] (277199f9) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:22.072][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:22.134][GoBackendProcess ][Info ] msg=»key: disableHardwareAcceleration, type: bool, value: false»
[17:51:22.134][GoBackendProcess ][Info ] msg=»key: synchronizedDirectories, type: []interface <>, value: []»
[17:51:22.134][GoBackendProcess ][Info ] msg=»key: versionPack, type: string, value: default»
[17:51:22.134][GoBackendProcess ][Info ] msg=»key: licenseTermsVersion, type: float64, value: 0″
[17:51:22.134][GoBackendProcess ][Info ] msg=»key: credentialHelper, type: string, value: docker-credential-wincred.exe»
[17:51:22.134][GoBackendProcess ][Info ] msg=»key: displaySwitchVersionPack, type: bool, value: true»
[17:51:22.134][GoBackendProcess ][Info ] msg=»key: diskSizeMiB, type: float64, value: 65536″
[17:51:22.134][GoBackendProcess ][Info ] msg=»key: useVpnkit, type: bool, value: true»
[17:51:22.134][GoBackendProcess ][Info ] msg=»key: disableTips, type: bool, value: false»
[17:51:22.134][GoBackendProcess ][Info ] msg=»key: autoDownloadUpdates, type: bool, value: false»
[17:51:22.135][GoBackendProcess ][Info ] msg=»key: overrideProxyHttps, type: string, value: »
[17:51:22.135][GoBackendProcess ][Info ] msg=»key: disableUpdate, type: bool, value: false»
[17:51:22.135][GoBackendProcess ][Info ] msg=»key: dataFolder, type: string, value: C:\ProgramData\DockerDesktop\vm-data»
[17:51:22.135][GoBackendProcess ][Info ] msg=»key: wslEngineEnabled, type: bool, value: true»
[17:51:22.135][GoBackendProcess ][Info ] msg=»key: tipLastViewedTime, type: float64, value: 0″
[17:51:22.135][GoBackendProcess ][Info ] msg=»key: updatePopupAppearanceTime, type: float64, value: 0″
[17:51:22.135][GoBackendProcess ][Info ] msg=»key: autoStart, type: bool, value: false»
[17:51:22.135][GoBackendProcess ][Info ] msg=»key: activeOrganizationName, type: string, value: »
[17:51:22.135][GoBackendProcess ][Info ] msg=»key: enableIntegrationWithDefaultWslDistro, type: bool, value: true»
[17:51:22.135][GoBackendProcess ][Info ] msg=»key: useCredentialHelper, type: bool, value: true»
[17:51:22.136][GoBackendProcess ][Info ] msg=»key: useDnsForwarder, type: bool, value: true»
[17:51:22.136][GoBackendProcess ][Info ] msg=»key: vpnkitCIDR, type: string, value: 192.168.65.0/24″
[17:51:22.136][GoBackendProcess ][Info ] msg=»key: vpnKitMaxPortIdleTime, type: float64, value: 300″
[17:51:22.136][GoBackendProcess ][Info ] msg=»key: socksProxyPort, type: float64, value: 0″
[17:51:22.136][GoBackendProcess ][Info ] msg=»key: memoryMiB, type: float64, value: 2048″
[17:51:22.136][GoBackendProcess ][Info ] msg=»key: kubernetesInitialInstallPerformed, type: bool, value: false»
[17:51:22.136][GoBackendProcess ][Info ] msg=»key: useVirtualizationFramework, type: bool, value: false»
[17:51:22.136][GoBackendProcess ][Info ] msg=»key: wslEnableGrpcfuse, type: bool, value: false»
[17:51:22.136][GoBackendProcess ][Info ] msg=»key: skipUpdateToWSLPrompt, type: bool, value: true»
[17:51:22.137][GoBackendProcess ][Info ] msg=»key: displayed18362Deprecation, type: bool, value: false»
[17:51:22.137][GoBackendProcess ][Info ] msg=»key: openUIOnStartupDisabled, type: bool, value: false»
[17:51:22.137][GoBackendProcess ][Info ] msg=»key: useWindowsContainers, type: bool, value: false»
[17:51:22.137][GoBackendProcess ][Info ] msg=»key: analyticsEnabled, type: bool, value: true»
[17:51:22.137][GoBackendProcess ][Info ] msg=»key: displayedElectronPopup, type: []interface <>, value: []»
[17:51:22.137][GoBackendProcess ][Info ] msg=»key: useNightlyBuildUpdates, type: bool, value: false»
[17:51:22.138][GoBackendProcess ][Info ] msg=»key: overrideProxyHttp, type: string, value: »
[17:51:22.138][GoBackendProcess ][Info ] msg=»key: kubernetesEnabled, type: bool, value: false»
[17:51:22.138][GoBackendProcess ][Info ] msg=»key: customWslDistroDir, type: string, value: »
[17:51:22.138][GoBackendProcess ][Info ] msg=»key: tipLastId, type: float64, value: 0″
[17:51:22.138][GoBackendProcess ][Info ] msg=»key: updateSkippedBuild, type: string, value: »
[17:51:22.138][GoBackendProcess ][Info ] msg=»key: showKubernetesSystemContainers, type: bool, value: false»
[17:51:22.138][GoBackendProcess ][Info ] msg=»key: latestBannerKey, type: string, value: »
[17:51:22.138][GoBackendProcess ][Info ] msg=»key: diskTRIM, type: bool, value: true»
[17:51:22.138][GoBackendProcess ][Info ] msg=»key: overrideProxyExclude, type: string, value: »
[17:51:22.138][GoBackendProcess ][Info ] msg=»key: filesharingDirectories, type: []interface <>, value: []»
[17:51:22.139][GoBackendProcess ][Info ] msg=»key: dns, type: string, value: 8.8.8.8″
[17:51:22.139][GoBackendProcess ][Info ] msg=»key: lifecycleTimeoutSeconds, type: float64, value: 600″
[17:51:22.139][GoBackendProcess ][Info ] msg=»key: updateAvailableTime, type: float64, value: 0″
[17:51:22.139][GoBackendProcess ][Info ] msg=»key: displayRestartDialog, type: bool, value: true»
[17:51:22.139][GoBackendProcess ][Info ] msg=»key: displayedTutorial, type: bool, value: false»
[17:51:22.139][GoBackendProcess ][Info ] msg=»key: swarmFederationExplicitlyLoggedOut, type: bool, value: false»
[17:51:22.139][GoBackendProcess ][Info ] msg=»key: skipWSLMountPerfWarning, type: bool, value: false»
[17:51:22.139][GoBackendProcess ][Info ] msg=»key: displaySwitchWinLinContainers, type: bool, value: true»
[17:51:22.139][GoBackendProcess ][Info ] msg=»key: swapMiB, type: float64, value: 1024″
[17:51:22.139][GoBackendProcess ][Info ] msg=»key: proxyHttpMode, type: string, value: system»
[17:51:22.140][GoBackendProcess ][Info ] msg=»key: exposeDockerAPIOnTCP2375, type: bool, value: false»
[17:51:22.140][GoBackendProcess ][Info ] msg=»key: integratedWslDistros, type: []interface <>, value: []»
[17:51:22.140][GoBackendProcess ][Info ] msg=»key: acceptCanaryUpdates, type: bool, value: false»
[17:51:22.140][GoBackendProcess ][Info ] msg=»key: cpus, type: float64, value: 2″
[17:51:22.143][GoBackendProcess ][Info ] msg=»settings read: SettingsVersion:15 AutoStart:true ActiveOrganizationName: UseCredentialHelper:true CredentialHelper:docker-credential-wincred.exe DisableTips:false TipLastViewedTime:0 TipLastID:0 UpdateAvailableTime:0 UpdatePopupAppearanceTime:0 UpdateSkippedBuild: DisableUpdate:false OpenUIOnStartupDisabled:false AnalyticsEnabled:true DisplayedTutorial:false DisableHardwareAcceleration:false DisplayRestartDialog:true DisplaySwitchVersionPack:true DisplayedElectronPopup:[] LatestBannerKey: AcceptCanaryUpdates:false UseNightlyBuildUpdates:false AutoDownloadUpdates:false DataFolder:C:\ProgramData\DockerDesktop\vm-data MemoryMiB:2048 SwapMiB:1024 Cpus:2 DiskSizeMiB:65536 DiskTRIM:true VpnkitCIDR:192.168.65.0/24 SocksProxyPort:0 ProxyHTTPMode:system OverrideProxyHTTP: OverrideProxyHTTPS: OverrideProxyExclude: FilesharingDirectories:[] SynchronizedDirectories:[] UseDNSForwarder:true DNS:8.8.8.8 KubernetesEnabled:false ShowKubernetesSystemContainers:false KubernetesInitialInstallPerformed:false VersionPack:default UseVirtualizationFramework:false UseVpnkit:true VpnKitMaxPortIdleTime:300 UseWindowsContainers:false LicenseTermsVersion:0>»
[17:51:22.145][GoBackendProcess ][Fatal ] msg=»reading C:\Users\EXSC185\AppData\Roaming\Docker\locked-directories: parsing JSON from C:\Users\EXSC185\AppData\Roaming\Docker\locked-directories: EOF»
[17:51:22.158][GoBackendProcess ][Error ] Process died
[17:51:22.375][IPCClient ][Info ] (b5d1544e) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:22.375][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:22.677][IPCClient ][Info ] (50a6ae2c) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:22.677][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:22.979][IPCClient ][Info ] (093b5180) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:22.979][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:23.294][IPCClient ][Info ] (4b7810e5) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:23.294][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:23.596][IPCClient ][Info ] (31d5379b) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:23.596][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:23.912][IPCClient ][Info ] (8232d3b8) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:23.912][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:24.235][IPCClient ][Info ] (1a161fd5) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:24.235][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:24.552][IPCClient ][Info ] (a24837d4) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:24.552][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:24.869][IPCClient ][Info ] (cf57e5ad) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:24.869][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:25.185][IPCClient ][Info ] (c49e9ebb) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:25.185][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:25.501][IPCClient ][Info ] (37420dee) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:25.501][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:25.812][IPCClient ][Info ] (9179fee7) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:25.812][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:26.115][IPCClient ][Info ] (328244ed) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:26.115][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:26.431][IPCClient ][Info ] (fab7ce7e) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:26.431][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:26.748][IPCClient ][Info ] (ac2282e7) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:26.748][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:27.064][IPCClient ][Info ] (6bd7d559) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:27.064][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:27.164][GoBackendProcess ][Error ] Auto restarting process
[17:51:27.164][GoBackendProcess ][Info ] Starting C:\Program Files\Docker\Docker\resources\com.docker.backend.exe -addr unix:\.\pipe\dockerBackendApiServer -native-api
[17:51:27.187][GoBackendProcess ][Info ] Started
[17:51:27.387][IPCClient ][Info ] (6ab4b76e) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:27.387][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:27.445][GoBackendProcess ][Info ] msg=»ipc.NewClient: ab75e12e-com.docker.diagnose -> \\.\pipe\dockerBackendV2 com.docker.service.exe [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/win/backend/pkg/service.NewClientForPath(. )\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/win/backend/pkg/service/service.go:26\ngithub.com/docker/pinata/win/backend/pkg/service.NewClient(. )\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/win/backend/pkg/service/service.go:20\ngithub.com/docker/pinata/common/pkg/diagkit/gather/diagnose.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/pkg/diagkit/gather/diagnose/ipc_windows.go:23 +0x132\n»
[17:51:27.619][GoBackendProcess ][Info ] msg=»unable to query WSL distros: exit status 0xffffffff»
[17:51:27.639][GoBackendProcess ][Info ] msg=»ipc.NewClient: e23b3dee-DockerHubHDL -> \\.\pipe\dockerWebApiServer CSharpAPI [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/common/pkg/gui.NewClientForPath(<0x247319a, 0x0>, <0x248daae, 0xc00025fd00>)\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/pkg/gui/client.go:78 +0x30\ngithub.com/docker/pinata/common/pkg/gui.NewClient(. )\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/pkg/gui/client.go:65\ngithub.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers/dockerhub.go:21 +0x65\n»
[17:51:27.639][GoBackendProcess ][Info ] msg=»ipc.NewClient: 24876383-DockerHubHDL -> \\.\pipe\dockerAPIProxyControl proxyControl [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers/dockerhub.go:22 +0xb1\n»
[17:51:27.639][GoBackendProcess ][Info ] msg=»ipc.NewClient: 66e1dd6c-DockerHubHDL -> \\.\pipe\dockerLifecycleServer LifecycleServer [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/linuxkit/pkg/desktop-host-tools/pkg/client.NewClientForPath(. )\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/linuxkit/pkg/desktop-host-tools/pkg/client/client.go:64\ngithub.com/docker/pinata/linuxkit/pkg/desktop-host-tools/pkg/client.NewClient(. )\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/linuxkit/pkg/desktop-host-tools/pkg/client/client.go:58\ngithub.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers/dockerhub.go:23 +0x105\n»
[17:51:27.639][GoBackendProcess ][Info ] msg=»ipc.NewClient: 4051dfcb-PauseHDL -> \\.\pipe\dockerProcd procd [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers/pause.go:10 +0x1e5\n»
[17:51:27.639][GoBackendProcess ][Info ] msg=»ipc.NewClient: bbf5281f-ProxyControlHDL -> \\.\pipe\dockerAPIProxyControl proxyControl [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers/proxy_control.go:36 +0x234\n»
[17:51:27.694][IPCClient ][Info ] (cb3b18de) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:27.694][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:27.739][GoBackendProcess ][Info ] msg=»key: overrideProxyExclude, type: string, value: »
[17:51:27.739][GoBackendProcess ][Info ] msg=»key: swapMiB, type: float64, value: 1024″
[17:51:27.739][GoBackendProcess ][Info ] msg=»key: socksProxyPort, type: float64, value: 0″
[17:51:27.739][GoBackendProcess ][Info ] msg=»key: overrideProxyHttp, type: string, value: »
[17:51:27.739][GoBackendProcess ][Info ] msg=»key: disableHardwareAcceleration, type: bool, value: false»
[17:51:27.739][GoBackendProcess ][Info ] msg=»key: autoDownloadUpdates, type: bool, value: false»
[17:51:27.741][GoBackendProcess ][Info ] msg=»key: synchronizedDirectories, type: []interface <>, value: []»
[17:51:27.741][GoBackendProcess ][Info ] msg=»key: swarmFederationExplicitlyLoggedOut, type: bool, value: false»
[17:51:27.741][GoBackendProcess ][Info ] msg=»key: lifecycleTimeoutSeconds, type: float64, value: 600″
[17:51:27.741][GoBackendProcess ][Info ] msg=»key: analyticsEnabled, type: bool, value: true»
[17:51:27.741][GoBackendProcess ][Info ] msg=»key: customWslDistroDir, type: string, value: »
[17:51:27.741][GoBackendProcess ][Info ] msg=»key: disableTips, type: bool, value: false»
[17:51:27.741][GoBackendProcess ][Info ] msg=»key: memoryMiB, type: float64, value: 2048″
[17:51:27.741][GoBackendProcess ][Info ] msg=»key: kubernetesInitialInstallPerformed, type: bool, value: false»
[17:51:27.741][GoBackendProcess ][Info ] msg=»key: disableUpdate, type: bool, value: false»
[17:51:27.741][GoBackendProcess ][Info ] msg=»key: displayedTutorial, type: bool, value: false»
[17:51:27.741][GoBackendProcess ][Info ] msg=»key: acceptCanaryUpdates, type: bool, value: false»
[17:51:27.741][GoBackendProcess ][Info ] msg=»key: cpus, type: float64, value: 2″
[17:51:27.741][GoBackendProcess ][Info ] msg=»key: versionPack, type: string, value: default»
[17:51:27.741][GoBackendProcess ][Info ] msg=»key: skipUpdateToWSLPrompt, type: bool, value: true»
[17:51:27.742][GoBackendProcess ][Info ] msg=»key: tipLastViewedTime, type: float64, value: 0″
[17:51:27.742][GoBackendProcess ][Info ] msg=»key: useNightlyBuildUpdates, type: bool, value: false»
[17:51:27.742][GoBackendProcess ][Info ] msg=»key: useVpnkit, type: bool, value: true»
[17:51:27.742][GoBackendProcess ][Info ] msg=»key: exposeDockerAPIOnTCP2375, type: bool, value: false»
[17:51:27.742][GoBackendProcess ][Info ] msg=»key: updatePopupAppearanceTime, type: float64, value: 0″
[17:51:27.742][GoBackendProcess ][Info ] msg=»key: displaySwitchVersionPack, type: bool, value: true»
[17:51:27.742][GoBackendProcess ][Info ] msg=»key: showKubernetesSystemContainers, type: bool, value: false»
[17:51:27.742][GoBackendProcess ][Info ] msg=»key: useWindowsContainers, type: bool, value: false»
[17:51:27.742][GoBackendProcess ][Info ] msg=»key: wslEnableGrpcfuse, type: bool, value: false»
[17:51:27.742][GoBackendProcess ][Info ] msg=»key: displaySwitchWinLinContainers, type: bool, value: true»
[17:51:27.743][GoBackendProcess ][Info ] msg=»key: diskTRIM, type: bool, value: true»
[17:51:27.743][GoBackendProcess ][Info ] msg=»key: dataFolder, type: string, value: C:\ProgramData\DockerDesktop\vm-data»
[17:51:27.743][GoBackendProcess ][Info ] msg=»key: licenseTermsVersion, type: float64, value: 0″
[17:51:27.743][GoBackendProcess ][Info ] msg=»key: integratedWslDistros, type: []interface <>, value: []»
[17:51:27.743][GoBackendProcess ][Info ] msg=»key: displayed18362Deprecation, type: bool, value: false»
[17:51:27.743][GoBackendProcess ][Info ] msg=»key: enableIntegrationWithDefaultWslDistro, type: bool, value: true»
[17:51:27.743][GoBackendProcess ][Info ] msg=»key: filesharingDirectories, type: []interface <>, value: []»
[17:51:27.743][GoBackendProcess ][Info ] msg=»key: wslEngineEnabled, type: bool, value: true»
[17:51:27.743][GoBackendProcess ][Info ] msg=»key: vpnkitCIDR, type: string, value: 192.168.65.0/24″
[17:51:27.743][GoBackendProcess ][Info ] msg=»key: kubernetesEnabled, type: bool, value: false»
[17:51:27.743][GoBackendProcess ][Info ] msg=»key: updateAvailableTime, type: float64, value: 0″
[17:51:27.744][GoBackendProcess ][Info ] msg=»key: displayedElectronPopup, type: []interface <>, value: []»
[17:51:27.744][GoBackendProcess ][Info ] msg=»key: dns, type: string, value: 8.8.8.8″
[17:51:27.744][GoBackendProcess ][Info ] msg=»key: diskSizeMiB, type: float64, value: 65536″
[17:51:27.744][GoBackendProcess ][Info ] msg=»key: overrideProxyHttps, type: string, value: »
[17:51:27.744][GoBackendProcess ][Info ] msg=»key: vpnKitMaxPortIdleTime, type: float64, value: 300″
[17:51:27.744][GoBackendProcess ][Info ] msg=»key: activeOrganizationName, type: string, value: »
[17:51:27.744][GoBackendProcess ][Info ] msg=»key: tipLastId, type: float64, value: 0″
[17:51:27.744][GoBackendProcess ][Info ] msg=»key: latestBannerKey, type: string, value: »
[17:51:27.745][GoBackendProcess ][Info ] msg=»key: displayRestartDialog, type: bool, value: true»
[17:51:27.745][GoBackendProcess ][Info ] msg=»key: skipWSLMountPerfWarning, type: bool, value: false»
[17:51:27.745][GoBackendProcess ][Info ] msg=»key: useCredentialHelper, type: bool, value: true»
[17:51:27.745][GoBackendProcess ][Info ] msg=»key: openUIOnStartupDisabled, type: bool, value: false»
[17:51:27.745][GoBackendProcess ][Info ] msg=»key: autoStart, type: bool, value: false»
[17:51:27.745][GoBackendProcess ][Info ] msg=»key: proxyHttpMode, type: string, value: system»
[17:51:27.745][GoBackendProcess ][Info ] msg=»key: useVirtualizationFramework, type: bool, value: false»
[17:51:27.745][GoBackendProcess ][Info ] msg=»key: credentialHelper, type: string, value: docker-credential-wincred.exe»
[17:51:27.745][GoBackendProcess ][Info ] msg=»key: updateSkippedBuild, type: string, value: »
[17:51:27.745][GoBackendProcess ][Info ] msg=»key: useDnsForwarder, type: bool, value: true»
[17:51:27.749][GoBackendProcess ][Info ] msg=»settings read: SettingsVersion:15 AutoStart:true ActiveOrganizationName: UseCredentialHelper:true CredentialHelper:docker-credential-wincred.exe DisableTips:false TipLastViewedTime:0 TipLastID:0 UpdateAvailableTime:0 UpdatePopupAppearanceTime:0 UpdateSkippedBuild: DisableUpdate:false OpenUIOnStartupDisabled:false AnalyticsEnabled:true DisplayedTutorial:false DisableHardwareAcceleration:false DisplayRestartDialog:true DisplaySwitchVersionPack:true DisplayedElectronPopup:[] LatestBannerKey: AcceptCanaryUpdates:false UseNightlyBuildUpdates:false AutoDownloadUpdates:false DataFolder:C:\ProgramData\DockerDesktop\vm-data MemoryMiB:2048 SwapMiB:1024 Cpus:2 DiskSizeMiB:65536 DiskTRIM:true VpnkitCIDR:192.168.65.0/24 SocksProxyPort:0 ProxyHTTPMode:system OverrideProxyHTTP: OverrideProxyHTTPS: OverrideProxyExclude: FilesharingDirectories:[] SynchronizedDirectories:[] UseDNSForwarder:true DNS:8.8.8.8 KubernetesEnabled:false ShowKubernetesSystemContainers:false KubernetesInitialInstallPerformed:false VersionPack:default UseVirtualizationFramework:false UseVpnkit:true VpnKitMaxPortIdleTime:300 UseWindowsContainers:false LicenseTermsVersion:0>»
[17:51:27.750][GoBackendProcess ][Fatal ] msg=»reading C:\Users\EXSC185\AppData\Roaming\Docker\locked-directories: parsing JSON from C:\Users\EXSC185\AppData\Roaming\Docker\locked-directories: EOF»
[17:51:27.762][GoBackendProcess ][Error ] Process died
[17:51:28.008][IPCClient ][Info ] (c8e5fb14) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:28.008][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:28.313][IPCClient ][Info ] (4e38f3fc) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:28.315][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:28.621][IPCClient ][Info ] (f3a8d40f) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:28.621][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:28.938][IPCClient ][Info ] (4a53dcff) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:28.938][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:29.254][IPCClient ][Info ] (14a20a05) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:29.254][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:29.570][IPCClient ][Info ] (1f3032dc) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:29.570][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:29.872][IPCClient ][Info ] (4209344a) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:29.872][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:30.195][IPCClient ][Info ] (2e34e1a7) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:30.195][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:30.511][IPCClient ][Info ] (ca08eb0f) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:30.511][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:30.812][IPCClient ][Info ] (c2760307) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:30.812][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:31.129][IPCClient ][Info ] (883c0e8c) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:31.129][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:31.445][IPCClient ][Info ] (39e1a23a) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:31.446][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:31.751][IPCClient ][Info ] (d296b3bc) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:31.752][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:32.067][IPCClient ][Info ] (d4c1a078) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:32.067][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:32.369][IPCClient ][Info ] (cb007bc8) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:32.369][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:32.684][IPCClient ][Info ] (a1bfd951) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:32.684][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:32.778][GoBackendProcess ][Error ] Auto restarting process
[17:51:32.778][GoBackendProcess ][Info ] Starting C:\Program Files\Docker\Docker\resources\com.docker.backend.exe -addr unix:\.\pipe\dockerBackendApiServer -native-api
[17:51:32.785][GoBackendProcess ][Info ] Started
[17:51:33.001][IPCClient ][Info ] (32b8f996) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:33.001][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:33.077][GoBackendProcess ][Info ] msg=»ipc.NewClient: dfb79259-com.docker.diagnose -> \\.\pipe\dockerBackendV2 com.docker.service.exe [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/win/backend/pkg/service.NewClientForPath(. )\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/win/backend/pkg/service/service.go:26\ngithub.com/docker/pinata/win/backend/pkg/service.NewClient(. )\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/win/backend/pkg/service/service.go:20\ngithub.com/docker/pinata/common/pkg/diagkit/gather/diagnose.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/pkg/diagkit/gather/diagnose/ipc_windows.go:23 +0x132\n»
[17:51:33.242][GoBackendProcess ][Info ] msg=»unable to query WSL distros: exit status 0xffffffff»
[17:51:33.303][IPCClient ][Info ] (ad95bb0f) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:33.905][GoBackendProcess ][Info ] msg=»ipc.NewClient: e0d7a32e-DockerHubHDL -> \\.\pipe\dockerWebApiServer CSharpAPI [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/common/pkg/gui.NewClientForPath(<0x247319a, 0x0>, <0x248daae, 0xc00025fd00>)\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/pkg/gui/client.go:78 +0x30\ngithub.com/docker/pinata/common/pkg/gui.NewClient(. )\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/pkg/gui/client.go:65\ngithub.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers/dockerhub.go:21 +0x65\n»
[17:51:33.905][GoBackendClient ][Warning] HttpOS Client: connection timed out.
[17:51:33.905][GoBackendProcess ][Info ] msg=»ipc.NewClient: 1bf69312-DockerHubHDL -> \\.\pipe\dockerAPIProxyControl proxyControl [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers/dockerhub.go:22 +0xb1\n»
[17:51:33.905][GoBackendProcess ][Info ] msg=»ipc.NewClient: 0ad42191-DockerHubHDL -> \\.\pipe\dockerLifecycleServer LifecycleServer [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/linuxkit/pkg/desktop-host-tools/pkg/client.NewClientForPath(. )\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/linuxkit/pkg/desktop-host-tools/pkg/client/client.go:64\ngithub.com/docker/pinata/linuxkit/pkg/desktop-host-tools/pkg/client.NewClient(. )\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/linuxkit/pkg/desktop-host-tools/pkg/client/client.go:58\ngithub.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers/dockerhub.go:23 +0x105\n»
[17:51:33.905][GoBackendProcess ][Info ] msg=»ipc.NewClient: 4472104f-PauseHDL -> \\.\pipe\dockerProcd procd [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers/pause.go:10 +0x1e5\n»
[17:51:33.905][GoBackendProcess ][Info ] msg=»ipc.NewClient: c9a9a35e-ProxyControlHDL -> \\.\pipe\dockerAPIProxyControl proxyControl [[STACK]]goroutine 1 [running, locked to thread]:\ngithub.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers.init()\n\tC:/workspaces/PR-16591/src/github.com/docker/pinata/common/cmd/com.docker.backend/internal/handlers/proxy_control.go:36 +0x234\n»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: analyticsEnabled, type: bool, value: true»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: useNightlyBuildUpdates, type: bool, value: false»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: filesharingDirectories, type: []interface <>, value: []»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: customWslDistroDir, type: string, value: »
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: wslEnableGrpcfuse, type: bool, value: false»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: enableIntegrationWithDefaultWslDistro, type: bool, value: true»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: useCredentialHelper, type: bool, value: true»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: updateAvailableTime, type: float64, value: 0″
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: dns, type: string, value: 8.8.8.8″
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: useVirtualizationFramework, type: bool, value: false»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: licenseTermsVersion, type: float64, value: 0″
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: exposeDockerAPIOnTCP2375, type: bool, value: false»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: autoStart, type: bool, value: false»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: displayedTutorial, type: bool, value: false»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: diskSizeMiB, type: float64, value: 65536″
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: proxyHttpMode, type: string, value: system»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: displaySwitchVersionPack, type: bool, value: true»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: tipLastViewedTime, type: float64, value: 0″
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: updatePopupAppearanceTime, type: float64, value: 0″
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: overrideProxyHttps, type: string, value: »
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: kubernetesInitialInstallPerformed, type: bool, value: false»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: wslEngineEnabled, type: bool, value: true»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: autoDownloadUpdates, type: bool, value: false»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: versionPack, type: string, value: default»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: tipLastId, type: float64, value: 0″
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: displayedElectronPopup, type: []interface <>, value: []»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: synchronizedDirectories, type: []interface <>, value: []»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: kubernetesEnabled, type: bool, value: false»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: swarmFederationExplicitlyLoggedOut, type: bool, value: false»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: openUIOnStartupDisabled, type: bool, value: false»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: disableHardwareAcceleration, type: bool, value: false»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: displayRestartDialog, type: bool, value: true»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: socksProxyPort, type: float64, value: 0″
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: updateSkippedBuild, type: string, value: »
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: displaySwitchWinLinContainers, type: bool, value: true»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: activeOrganizationName, type: string, value: »
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: dataFolder, type: string, value: C:\ProgramData\DockerDesktop\vm-data»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: showKubernetesSystemContainers, type: bool, value: false»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: skipUpdateToWSLPrompt, type: bool, value: true»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: skipWSLMountPerfWarning, type: bool, value: false»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: disableTips, type: bool, value: false»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: diskTRIM, type: bool, value: true»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: lifecycleTimeoutSeconds, type: float64, value: 600″
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: overrideProxyHttp, type: string, value: »
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: overrideProxyExclude, type: string, value: »
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: disableUpdate, type: bool, value: false»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: memoryMiB, type: float64, value: 2048″
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: cpus, type: float64, value: 2″
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: useVpnkit, type: bool, value: true»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: vpnKitMaxPortIdleTime, type: float64, value: 300″
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: latestBannerKey, type: string, value: »
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: vpnkitCIDR, type: string, value: 192.168.65.0/24″
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: useDnsForwarder, type: bool, value: true»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: integratedWslDistros, type: []interface <>, value: []»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: credentialHelper, type: string, value: docker-credential-wincred.exe»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: acceptCanaryUpdates, type: bool, value: false»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: swapMiB, type: float64, value: 1024″
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: useWindowsContainers, type: bool, value: false»
[17:51:33.905][GoBackendProcess ][Info ] msg=»key: displayed18362Deprecation, type: bool, value: false»
[17:51:33.915][GoBackendProcess ][Info ] msg=»settings read: SettingsVersion:15 AutoStart:true ActiveOrganizationName: UseCredentialHelper:true CredentialHelper:docker-credential-wincred.exe DisableTips:false TipLastViewedTime:0 TipLastID:0 UpdateAvailableTime:0 UpdatePopupAppearanceTime:0 UpdateSkippedBuild: DisableUpdate:false OpenUIOnStartupDisabled:false AnalyticsEnabled:true DisplayedTutorial:false DisableHardwareAcceleration:false DisplayRestartDialog:true DisplaySwitchVersionPack:true DisplayedElectronPopup:[] LatestBannerKey: AcceptCanaryUpdates:false UseNightlyBuildUpdates:false AutoDownloadUpdates:false DataFolder:C:\ProgramData\DockerDesktop\vm-data MemoryMiB:2048 SwapMiB:1024 Cpus:2 DiskSizeMiB:65536 DiskTRIM:true VpnkitCIDR:192.168.65.0/24 SocksProxyPort:0 ProxyHTTPMode:system OverrideProxyHTTP: OverrideProxyHTTPS: OverrideProxyExclude: FilesharingDirectories:[] SynchronizedDirectories:[] UseDNSForwarder:true DNS:8.8.8.8 KubernetesEnabled:false ShowKubernetesSystemContainers:false KubernetesInitialInstallPerformed:false VersionPack:default UseVirtualizationFramework:false UseVpnkit:true VpnKitMaxPortIdleTime:300 UseWindowsContainers:false LicenseTermsVersion:0>»
[17:51:33.915][GoBackendProcess ][Fatal ] msg=»reading C:\Users\EXSC185\AppData\Roaming\Docker\locked-directories: parsing JSON from C:\Users\EXSC185\AppData\Roaming\Docker\locked-directories: EOF»
[17:51:33.925][GoBackendProcess ][Error ] Process died
[17:51:34.219][IPCClient ][Info ] (acaaba90) dfbeef02-GoBackendClient-CSharp C->S BackendAPI GET /ping
[17:51:34.219][GoBackendClient ][Warning] HttpOS Client: connection timed out.

Читать:
Xhunter1 sys как удалить

Please resolve this issue, this issue stop working and using docker in Windows 🙁

Похожие статьи