containerd 1.7.22

0001-01-01


Description

Open and reliable container runtime

Homepage

https://containerd.io

Install

uniget install containerd

Dependencies

Code

See code on GitHub

Package

See package on GitHub

Platforms

  • linux/amd64
  • linux/arm64

Messages

internals

  • For a minimal configuration, see /etc/containerd/config.toml.template. This also includes the correct path for CNI plugins

  • For adding a registry mirror, please refer to the official documentation (https://github.com/containerd/containerd/blob/main/docs/hosts.md#setup-a-local-mirror-for-docker). TL;DR: Add the following to /etc/containerd/certs.d/docker.io/hosts.toml

    server = “https://docker.io” [host.“https://my-mirror.company.com”] capabilities = [“pull”, “resolve”]

  • When using crictl, please update the endpoint(s) in /etc/crictl.yaml:

    runtime-endpoint: unix:///run/containerd/containerd.sock image-endpoint: unix:///run/containerd/containerd.sock

History

Link