containerd
containerd is an industry-standard container runtime with an emphasis on simplicity, robustness, and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.
containerd is a member of CNCF with ‘graduated’ status.
containerd is designed to be embedded into a larger system, rather than being used directly by developers or end-users.
Installation Instructions
Linux
Depends on:
rootlesskit runc slirp4netns cni
Linux
Depends on:
rootlesskit runc slirp4netns cni Download Artefact
{
"url": "{{ .SVar `.tool.containerd.download.url` }}",
"destination_folder": "{{ .PDownloads }}",
"output_filename": "{{ .SVar `.tool.containerd.download.filename` }}",
"overwrite": false
} Extract Release
{
"destination": "{{ .PTools }}/containerd/{{ .SVar `.tool.containerd.download.version` }}",
"skip_symlinks": true,
"preserve_permissions": true,
"remove_existing": true,
"source": "{{ .PDownloads }}/{{ .SVar `.tool.containerd.download.filename` }}"
} Binaries
- bin/containerd
- bin/ctr