-
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
Docker on windows 10 Pro fails to start #1348
Comments
I have the same problem, It may be caused by the win10 update |
hi @nerdoftech |
Diagnostic ID - 3302CBFF-9FFE-419A-95EB-2054F66D1B19/2017-12-03_09-32-16 |
I have the same problem, but Whale icon not stay in my systray |
Root cause
This error linked with PowerShell language mode Workaround, not safe. My env:
|
I have the same problem. Our group policy will only let me run PowerShell in ConstrainedLanguage mode. It would be awesome if Docker could sign it's scripts or only run with ConstrainedLanguage features (if possible). |
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. |
I am facing the same issue and am not able to run docker on windows. I cannot change the variable mentioned. Is there a new version where this bug is fixed ? |
+1 please allow docker to run in constrainedlanguage mode. This seems to be common for corporate laptops running windows. https://blogs.msdn.microsoft.com/powershell/2017/11/02/powershell-constrained-language-mode/ |
+1 is this being prioritized please? this is a big problem for enterprise users with pesky cyber security teams. |
Marking as fresh. This is a major issue for corporate users. |
This is still an issue on Windows 10 Pro, as I have run into when trying to install/run Docker on my newly provisioned corporate laptop. |
I am facing the same issue and am not able to run docker on windows on my corporate laptop. Diagnostic ID: 74AAE1FB-F331-4ED3-8306-AE09CFE16CAB/20190108121829 Unable to stop: Cannot invoke method. Method invocation is supported only on core types in this language mode. |
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. |
Still facing the same issue with new build on Windows 10. |
Also facing this issue on a Windows 10 corporate laptop. |
the following way worked for me:
|
My powershell was also set in constrained language mode after updating windows. I could set it back to full language mode in regedit by setting "HKLM\System\CurrentControlSet\Control\SESSION MANAGER\Environment__PSLockdownPolicy" to value "8" After rebooting windows, docker desktop started without problem! |
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. |
Opening this case for co-worker who is tech writer.
Expected behavior
Docker should start.
Actual behavior
Docker fails to start.
Information
Windows 10 Pro
All Hyper-V packages installed
I havent worked with windows in over 3 years and am quite rusty with it, so let me know what other info from whatever commands needed to be run.
Steps to reproduce the behavior
Try to start docker.
The text was updated successfully, but these errors were encountered: