Merge pull request #7463 from KyleFrisbie/patch-1

use raw link to containerd.service config
This commit is contained in:
Maksym Pavlenko
2022-10-04 09:21:58 -07:00
committed by GitHub

View File

@@ -42,7 +42,7 @@ Users of such distributions may have to install containerd from the source or a
##### systemd
If you intend to start containerd via systemd, you should also download the `containerd.service` unit file from
https://github.com/containerd/containerd/blob/main/containerd.service into `/usr/local/lib/systemd/system/containerd.service`,
https://raw.githubusercontent.com/containerd/containerd/main/containerd.service into `/usr/local/lib/systemd/system/containerd.service`,
and run the following commands:
```bash