Skip to content

Commit 4adea80

Browse files
committed
Docs: Add containerd setup instructions for Ubuntu 18.04/20.04
1 parent 587f6ce commit 4adea80

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,24 @@ sudo mkdir -p /etc/containerd
124124
sudo containerd config default > /etc/containerd/config.toml
125125
```
126126

127+
```shell
128+
# Restart containerd
129+
sudo systemctl restart containerd
130+
```
131+
{{% /tab %}}
132+
{{% tab name="Ubuntu 18.04/20.04" %}}
133+
134+
```shell
135+
# (Install containerd)
136+
sudo apt-get update && sudo apt-get install -y containerd
137+
```
138+
139+
```shell
140+
# Configure containerd
141+
sudo mkdir -p /etc/containerd
142+
sudo containerd config default > /etc/containerd/config.toml
143+
```
144+
127145
```shell
128146
# Restart containerd
129147
sudo systemctl restart containerd

0 commit comments

Comments
 (0)