You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fifth patch release for containerd 2.0 includes various bug fixes and updates.
16
+
"""
17
+
18
+
postface = """\
19
+
### Which file should I download?
20
+
* `containerd-<VERSION>-<OS>-<ARCH>.tar.gz`: ✅Recommended. Dynamically linked with glibc 2.31 (Ubuntu 20.04).
21
+
* `containerd-static-<VERSION>-<OS>-<ARCH>.tar.gz`: Statically linked. Expected to be used on non-glibc Linux distributions. Not position-independent.
22
+
23
+
In addition to containerd, typically you will have to install [runc](https://github.com/opencontainers/runc/releases)
24
+
and [CNI plugins](https://github.com/containernetworking/plugins/releases) from their official sites too.
25
+
26
+
See also the [Getting Started](https://github.com/containerd/containerd/blob/main/docs/getting-started.md) documentation.
0 commit comments