Skip to content

Commit

Permalink
[zh] sync container-runtimes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Dec 28, 2020
1 parent c21a7ca commit 97797a7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ sudo apt-get update && sudo apt-get install -y containerd.io
```shell
# Configure containerd
sudo mkdir -p /etc/containerd
sudo containerd config default > /etc/containerd/config.toml
sudo containerd config default | sudo tee /etc/containerd/config.toml
```
```shell
Expand Down Expand Up @@ -236,7 +236,7 @@ sudo apt-get update && sudo apt-get install -y containerd.io
```shell
# 配置 containerd
sudo mkdir -p /etc/containerd
sudo containerd config default > /etc/containerd/config.toml
sudo containerd config default | sudo tee /etc/containerd/config.toml
```

```shell
Expand Down

0 comments on commit 97797a7

Please sign in to comment.