Docker install latest with weird error

Installed latest version of Docker Desktop and getting this error with someone’s PR. Had to remove Http from some of it to get it to post on this site.

[2022-06-13T03:20:05.476044800Z][GoBackendClient   ][Error  ] Error sending unpause: Docker.Core.HBadResponseException: {"message":"Post \"ipc/unpause\": open \\\\.\\pipe\\dockerProcd: The system cannot find the file specified."}

   at Docker.Core.Logging.HClientExceptionInterceptor.<InterceptResponseAsync>d__0.MoveNext() in C:\workspaces\PR-18120\src\github.com\docker\pinata\win\src\Docker.Core\Logging\HClientExceptionInterceptor.cs:line 26
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Docker.Core.IPC.Client.<SendAsync>d__5.MoveNext() in C:\workspaces\PR-18120\src\github.com\docker\pinata\win\src\Docker.Core\IPC\Client.cs:line 42
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Net.H.HClient.<FinishSendAsyncBuffered>d__58.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Docker.Core.GoBackend.GoBackendClient.<PostNoBody>d__21.MoveNext() in C:

Just use codeblocks (</> button) to avoid this situation. It is also important for us to understand your question since the forum’s markdown filter can change parts of your code we would not even notice.

I fchanged your post to use code block.

Update

What is a PR in this context?

Update 2.

I also changed the category of the topic from “Docker Hub” to 2Docker Desktop for Windows" since it has nothing to do with Docker Hub.