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 first patch release for containerd 2.2 contains various fixes and improvements.
16
+
"""
17
+
18
+
postface = """\
19
+
### Which file should I download?
20
+
* `containerd-<VERSION>-<OS>-<ARCH>.tar.gz`: ✅Recommended. Dynamically linked with glibc 2.35 (Ubuntu 22.04).
21
+
* `containerd-static-<VERSION>-<OS>-<ARCH>.tar.gz`: Statically linked. Expected to be used on Linux distributions that do not use glibc >= 2.35. 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