Skip to content

Commit

Permalink
Merge pull request #25838 from outofmem0ry/fix-containerd-1804
Browse files Browse the repository at this point in the history
Fix configuring containerd on Ubuntu 18.04/20.04
  • Loading branch information
k8s-ci-robot authored Dec 28, 2020
2 parents 8f9e08b + 599ec3a commit c21a7ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ sudo apt-get update && sudo apt-get install -y containerd
```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

0 comments on commit c21a7ca

Please sign in to comment.