Skip to content

Commit

Permalink
Update Install-containerd.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miaoyc666 authored May 20, 2024
1 parent 3515890 commit 2be4be6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion K8s/cri/Install-containerd.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,13 @@ sudo chmod a+r /etc/apt/keyrings/docker.asc
# Add the repository to Apt sources:
echo \
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian \
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://mirrors.aliyun.com/docker-ce/linux/debian \
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt-get update
sudo apt-get install -y containerd.io
```
验证是否安装成功: systemctl status containerd

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

0 comments on commit 2be4be6

Please sign in to comment.