Skip to content

Commit

Permalink
feat(containerd): add test
Browse files Browse the repository at this point in the history
  • Loading branch information
miaoyc666 authored May 20, 2024
1 parent 2be4be6 commit 30e7d91
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion K8s/cri/Install-containerd.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ echo \
sudo apt-get update
sudo apt-get install -y containerd.io
```
验证是否安装成功: systemctl status containerd
验证是否安装成功:
* systemctl status containerd
* containerd --version
* sudo ctr images pull docker.io/library/hello-world:latest; sudo ctr run --rm docker.io/library/hello-world:latest hello-world

#### 2.2 下载安装containerd
```bash
Expand Down

0 comments on commit 30e7d91

Please sign in to comment.