Merge pull request #23651 from GitHanDong/patch-1

Update container-runtimes.md
This commit is contained in:
Kubernetes Prow Robot
2020-09-17 18:22:45 -07:00
committed by GitHub
@@ -463,6 +463,7 @@ sudo apt-get install cri-o-1.17
随后安装 CRI-O: 随后安装 CRI-O:
```shell ```shell
sudo apt-get update
sudo apt-get install cri-o-1.17 sudo apt-get install cri-o-1.17
``` ```
@@ -497,6 +498,7 @@ sudo apt-get install cri-o-1.17
```shell ```shell
# 安装 CRI-O # 安装 CRI-O
sudo apt-get update
sudo apt-get install cri-o-1.17 sudo apt-get install cri-o-1.17
``` ```
{{% /tab %}} {{% /tab %}}