赞
踩
下载地址:
Docker Desktop 官方下载地址: Install on Windows | Docker DocumentationHow to install Docker Desktop for Windowshttps://docs.docker.com/desktop/install/windows-install/
docker依赖于WSL才能在Windows上运行,需要安装WSL
确认操作系统,版本大于WIN2019SERVER 1709版本
The Windows Subsystem for Linux (WSL) is available for installation on Windows Server 2019 (version 1709) and later. This guide will walk through the steps of enabling WSL on your machine.
Windows Server 2022 now supports a simple WSL installation using the command:
BashCopy
wsl --install
You can now install everything you need to run WSL on Windows Server 2022 by entering this command in an administrator PowerShell or Windows Command Prompt and then restarting your machine.
To install WSL on Windows Server 2019 (version 1709+), you can follow the manual install steps below.
Before you can run Linux distributions on Windows, you must enable the "Windows Subsystem for Linux" optional feature and reboot.
Open PowerShell as Administrator and run:
PowerShellCopy
- Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
CHO
docker在Windows上安装,做好选择WIN2019 1709以上版本。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。