Skip to content

Commit b6f9c2c

Browse files
authored
Merge pull request #25146 from serewicz/patch-1
Update container-runtimes.md
2 parents b9daf99 + 07a8b33 commit b6f9c2c

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
@@ -122,7 +122,7 @@ sudo apt-get update && sudo apt-get install -y containerd.io
122122
```shell
123123
# Configure containerd
124124
sudo mkdir -p /etc/containerd
125-
sudo containerd config default > /etc/containerd/config.toml
125+
sudo containerd config default | sudo tee /etc/containerd/config.toml
126126
```
127127

128128
```shell

0 commit comments

Comments
 (0)