Skip to content

Commit c21a7ca

Browse files
authored
Merge pull request #25838 from outofmem0ry/fix-containerd-1804
Fix configuring containerd on Ubuntu 18.04/20.04
2 parents 8f9e08b + 599ec3a commit c21a7ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/setup/production-environment/container-runtimes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ sudo apt-get update && sudo apt-get install -y containerd
140140
```shell
141141
# Configure containerd
142142
sudo mkdir -p /etc/containerd
143-
sudo containerd config default > /etc/containerd/config.toml
143+
sudo containerd config default | sudo tee /etc/containerd/config.toml
144144
```
145145

146146
```shell

0 commit comments

Comments
 (0)