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.
1 parent 587f6ce commit 4adea80Copy full SHA for 4adea80
content/en/docs/setup/production-environment/container-runtimes.md
@@ -124,6 +124,24 @@ sudo mkdir -p /etc/containerd
124
sudo containerd config default > /etc/containerd/config.toml
125
```
126
127
+```shell
128
+# Restart containerd
129
+sudo systemctl restart containerd
130
+```
131
+{{% /tab %}}
132
+{{% tab name="Ubuntu 18.04/20.04" %}}
133
+
134
135
+# (Install containerd)
136
+sudo apt-get update && sudo apt-get install -y containerd
137
138
139
140
+# Configure containerd
141
+sudo mkdir -p /etc/containerd
142
+sudo containerd config default > /etc/containerd/config.toml
143
144
145
```shell
146
# Restart containerd
147
sudo systemctl restart containerd
0 commit comments