Snack
Books
Installation
- Docker Hub
在这里下载 Docker Desktop,这里是详细的下载安装文档:Install Docker Desktop on Windows。
Docker 是基于 Linux 的,在安装之前先安装 WSL2。
Installing, this may take a few minutes...WslRegisterDistribution failed with error: 0x8007019eThe Windows Subsystem for Linux optional component is not enabled. Please enable it and try again.See https://aka.ms/wslinstall for details.Press any key to continue...
意思是在安装 WSL2 之前需要先启用某些功能,跟随指示来到 Windows Subsystem for Linux Installation Guide for Windows 10。
Installing, this may take a few minutes...Please create a default UNIX user account. The username does not need to match your Windows username.For more information visit: https://aka.ms/wslusersEnter new UNIX username:
下载好之后,创建初始账户就 OK 了。
WSL 更详细的文档,请查阅:Windows Subsystem for Linux Documentation。
