We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75f42c4 + 4adea80 commit 458e556Copy full SHA for 458e556
content/en/docs/setup/production-environment/container-runtimes.md
@@ -125,6 +125,24 @@ sudo mkdir -p /etc/containerd
125
sudo containerd config default | sudo tee /etc/containerd/config.toml
126
```
127
128
+```shell
129
+# Restart containerd
130
+sudo systemctl restart containerd
131
+```
132
+{{% /tab %}}
133
+{{% tab name="Ubuntu 18.04/20.04" %}}
134
+
135
136
+# (Install containerd)
137
+sudo apt-get update && sudo apt-get install -y containerd
138
139
140
141
+# Configure containerd
142
+sudo mkdir -p /etc/containerd
143
+sudo containerd config default > /etc/containerd/config.toml
144
145
146
```shell
147
# Restart containerd
148
sudo systemctl restart containerd
0 commit comments