Update container-runtimes.md

add 安装CRI-O之前,应该先更新数据源否则有可能找不到资源。
pull/23651/head
韩冬 2020-09-01 14:52:29 +08:00 committed by GitHub
parent f0d37cd374
commit 7945750685
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -465,6 +465,7 @@ sudo apt-get install cri-o-1.17
随后安装 CRI-O:
```shell
sudo apt-get update
sudo apt-get install cri-o-1.17
```
@ -499,6 +500,7 @@ sudo apt-get install cri-o-1.17
```shell
# 安装 CRI-O
sudo apt-get update
sudo apt-get install cri-o-1.17
```
{{% /tab %}}