-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to launch docker, Unable to create error after updating Windows 10 #5002
Comments
Same for me. Suddenly crashes. Cannot work anywore! |
The windows update reset some configurations , so you need to follow this procedure to make it work again : #1221 (comment) |
I solved my issue like this:
|
Thanks for the help, I tried both of these methods and the Hyper-V changes the error code after the 2nd reboot, but reinstalling docker gets me back to square one. Here is the error code I get after re-enabling Hyper-V + reboot:
|
Tried this. Didn't work.
Tried this too. Didn't work. Suggestions are welcome. Been looking to this issue for to long today :( |
I've found a workaround temporarily. It seems Docker Version 2.0.0.3 still works if you want to give that a try. |
Nope, still same error for me :'( |
After more than half a day of testing, googling more testing and just whining... I decided to force the latest windows update again on my machine (while preserving my files and apps: https://www.microsoft.com/en-us/software-download/windows10). Hoping that would restore Hyper-V back to normal settings. In my eyes that error has nothing to do with docker, but is a problem on Hyper-V level. Also I noticed that 1 Network adapter was missing, and I couldn't find to reinstall it (after many, many, many times of rebooting and disabling/enabling Hyper-V). The other one looked fishy, so I deleted it. And ran the above 'update' for the night. And yes... Tis morning I had a 'halelujah' feeling 😂 for now.... Good luck to whoever has this nasty little bug. |
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
Expected behavior
Docker launches with no issues
Actual behavior
Error appears after launching --
"Unable to create - The running command stopped because the preference variable "ErrorActionPreference" or common parameter is set to Stop: The input object cannot be bound to any parameters for the command either because the command does not take pipeline input or the input and its properties do not match any of the parameters that take pipeline input.
at Docker.Core.Pipe.NamedPipeClient.d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at Docker.Core.Pipe.NamedPipeClient.Send(String action, Object[] parameters)
at Docker.Actions.DoStart(SynchronizationContext syncCtx, Boolean showWelcomeWindow, Boolean executeAfterStartCleanup)
at Docker.Actions.<>c__DisplayClass24_0.b__0()
at Docker.ApiServices.TaskQueuing.TaskQueue.<>c__DisplayClass17_0.<.ctor>b__1()"
Information
Windows 10 Version 10.0.18362 Build 18362
2.1.0.4 (39773)
No
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: