|
|
@@ -2,9 +2,16 @@
|
|
|
|
|
|
## 操作系统准备
|
|
|
|
|
|
-### **仅** Windows 用户
|
|
|
+### 在 Windows 上安装 ubuntu **仅 Windows 10+ 用户**
|
|
|
+
|
|
|
+- 先决条件
|
|
|
+
|
|
|
+ 
|
|
|
+
|
|
|
+- 安装 wsl
|
|
|
+
|
|
|
+ 
|
|
|
|
|
|
-- [使用 WSL 在 Windows 上安装 Linux](https://learn.microsoft.com/zh-cn/windows/wsl/install)
|
|
|
- 从[Windows Store](https://apps.microsoft.com/store/detail/ubuntu/9PDXGNCFSCZV)安装 ubuntu(版本不小于 22.04)
|
|
|
|
|
|
### 安装容器工具 `sudo apt install crun podman buildah`
|
|
|
@@ -59,3 +66,7 @@ podman images
|
|
|
# 列出所有容器
|
|
|
podman ps -a
|
|
|
```
|
|
|
+
|
|
|
+## 参考文档
|
|
|
+
|
|
|
+- [Install Linux on Windows with WSL](https://learn.microsoft.com/en-us/windows/wsl/install)
|