Merge pull request #25146 from serewicz/patch-1

Update container-runtimes.md
pull/25469/head
Kubernetes Prow Robot 2020-12-07 06:59:26 -08:00 committed by GitHub
commit b6f9c2c581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ sudo apt-get update && sudo apt-get install -y containerd.io
```shell ```shell
# Configure containerd # Configure containerd
sudo mkdir -p /etc/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 ```shell