Difference between revisions of "Containerd"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
Line 62: Line 62:
 
* <code>[[dockerd]]</code>
 
* <code>[[dockerd]]</code>
 
* [[dockershim]] (deprecated)
 
* [[dockershim]] (deprecated)
 +
* [[EKS]]
  
 
== See also ==
 
== See also ==

Latest revision as of 10:59, 25 May 2026

containerd is a container runtime (https://containerd.io/), in February 2019 containerd becames official CNCF project

  • Image push and pull
  • Managing of storage
  • Executing of Containers by calling runc with the right parameters to run containers...
  • Managing of network primitives for interfaces
  • Management of network namespaces containers to join existing namespaces

http://alexander.holbreich.org/docker-components-explained/


/etc/containerd/config.toml
/var/run/docker/containerd/containerd.toml
containerd --config  /etc/containerd/config.toml
containerd --config  /var/run/docker/containerd/containerd.toml
containerd --config /var/run/docker/containerd/containerd.toml --log-level info


cotainerd 
.../....
INFO[2020-01-27T14:34:22.574737560Z] containerd successfully booted in 0.041567s


docker.log

failed to start containerd: timeout waiting for containerd to start


containerd .../... error="failed to stop container: context deadline exceeded: unknown"

Logs[edit]

level=warning
level=info
Sep 21 08:10:35 hostname containerd[1508]: time="2023-09-21T08:10:35.572443025Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2"

Errors[edit]

Activities[edit]

Related[edit]

See also[edit]

Advertising: