Skip to content

Commit

Permalink
Update Install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miaoyc666 authored May 20, 2024
1 parent a1e30d6 commit d2b9a2d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions K8s/Install.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@


### 1.安装CRI
运行时 Unix 域套接字
containerd unix:///var/run/containerd/containerd.sock
CRI-O unix:///var/run/crio/crio.sock
Docker Engine(使用 cri-dockerd) unix:///var/run/cri-dockerd.sock
| 运行时 | Unix 域套接字 |
| --- | --- |
| containerd | unix:///var/run/containerd/containerd.sock |
| CRI-O | unix:///var/run/crio/crio.sock |
| Docker Engine(使用 cri-dockerd) | unix:///var/run/cri-dockerd.sock |


#### 1.1 首选containerd
##### 官方安装文档:[github](https://github.com/containerd/containerd/blob/main/docs/getting-started.md)
Expand Down

0 comments on commit d2b9a2d

Please sign in to comment.