简体   繁体   English

Docker在Windows 10主机上安装失败

[英]Docker install failed on windows 10 host

Users are unable to install docker applicaton using choco on Windows 10. 用户无法在Windows 10上使用choco安装docker applicaton。

Event log message: 事件日志消息:

The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID {8D8F4x3-3xx4-4xx7-8xx9-FC3xxx9} and APPID {F7xxxA9-012C-4xx5-9DF-2A4D3} to the user NT AUTHORITY\\SYSTEM SID (S-1-5-18) from address LocalHost (Using LRPC) running in the application container Unavailable SID (Unavailable). 特定于应用程序的权限设置不会将具有CLSID {8D8F4x3-3xx4-4xx7-8xx9-FC3xxx9}和APPID {F7xxxA9-012C-4xx5-9DF-2A4D3}的COM Server应用程序的本地激活权限授予用户NT AUTHORITY \\ SYSTEM来自在应用程序容器中运行的地址LocalHost(使用LRPC)的SID(S-1-5-18)不可用SID(不可用)。 This security permission can be modified using the Component Services administrative tool. 可以使用组件服务管理工具来修改此安全权限。

This is the Windows UAC (User Account Control) stopping the installation. 这是Windows UAC(用户帐户控制)停止安装。 The current user isn't administrator or does not have enough privileges on the current system. 当前用户不是管理员,或者在当前系统上没有足够的特权。

There are multiple solutions for that. 有多种解决方案。 Choose one of the following: 选择以下选项之一:

  • start the command prompt elevated (as Administrator) and re-run the choco installation. 以管理员身份启动提升的命令提示符,然后重新运行choco安装。
  • disable UAC in system preferences or with msconfig 在系统偏好设置中或使用msconfig禁用UAC
  • grant the current user local administrator privileges 授予当前用户本地管理员权限

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM