简体   繁体   English

Docker 桌面安装失败:在 Windows 10 上未满足一个先决条件

[英]Docker Desktop Installation failed: one prerequisite is not fulfilled on Windows 10

I have a problem when installing a Docker Desktop 2.3.0.3 "Installation failed: one prerequisite is not fullfilled" Docker Desktop requires Windows 10 Pro/Enterprise (15063+) or Windows 10 Home (19018+). I have a problem when installing a Docker Desktop 2.3.0.3 "Installation failed: one prerequisite is not fullfilled" Docker Desktop requires Windows 10 Pro/Enterprise (15063+) or Windows 10 Home (19018+).

My Computer System Specification: OS Name: Microsoft Windows 10 Pro Version: 10.0.10240 Build 10240 RAM: 8Gb我的电脑系统规格:操作系统名称:Microsoft Windows 10 Pro 版本:10.0.10240 Build 10240 RAM:8Gb

I have tried manually Install Hyper-V and Containers in my Computer, but still failed to install the desktop docker.. Anyone can help me?我尝试在我的计算机中手动安装 Hyper-V 和容器,但仍然无法安装桌面 docker .. 任何人都可以帮助我吗? Im need your help.我需要你的帮助。

You may want to try Docker Toolbox您可能想尝试Docker 工具箱

Docker Toolbox is an installer for quick setup and launch of a Docker environment on older Mac and Windows systems that do not meet the requirements of the new Docker Desktop for Mac and Docker Desktop for Windows apps. Docker Toolbox is an installer for quick setup and launch of a Docker environment on older Mac and Windows systems that do not meet the requirements of the new Docker Desktop for Mac and Docker Desktop for Windows apps.

You need to install Windows 10 Home 2004 build which was released on May 2020, you can use Microsoft's update assistant to manually get the update if it's not showing up for you on Windows.您需要安装 2020 年 5 月发布的 Windows 10 Home 2004 build,如果在 Windows 上没有显示更新,您可以使用 Microsoft 的更新助手手动获取更新。

Get it here: https://www.microsoft.com/en-us/software-download/windows10在这里获取: https://www.microsoft.com/en-us/software-download/windows10

The actual required Windows version is greater than what it says in the installer GUI.实际需要的 Windows 版本大于安装程序 GUI 中所说的版本。 It might be a typo: and according to Docker this has happened before:这可能是一个错字:根据 Docker,这曾经发生过:

Docker actually requires Windows build xxxxx or greater - we're working on the typo in the installer gui, but you'll need to update your Windows to proceed. Docker 实际上需要 Windows 构建 xxxxx 或更高版本 - 我们正在处理安装程序 gui 中的错字,但您需要更新 Windows 才能继续。 (Jan 8, 2018) (2018 年 1 月 8 日)

Just Update Windows and the problem goes away.只需更新 Windows,问题就会消失。

If you cannot update the system use choco如果您无法更新系统,请使用 choco

  1. Install following the official Сhocolatey documentation: https://chocolatey.org/install按照 Сhocolatey 官方文档安装: https://chocolatey.org/install
  2. After installation, run the command choco install docker-desktop or follow the official installation documentation https://community.chocolatey.org/packages/docker-desktop安装完成后,运行命令choco install docker-desktop或者按照官方安装文档https://community.chocolatey.org/packages/docker-desktop

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

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