How to Install containerd in Ubuntu 18.04



Install containerd by entering the following commands in the terminal:

sudo apt update
sudo apt install containerd

Description:

daemon to control runC

Containerd is a daemon to control runC, built for performance and density. Containerd leverages runC's advanced features such as seccomp and user namespace support as well as checkpoint and restore for cloning and live migration of containers. . This package contains the binaries.

Homepage: https://containerd.tools

Version: 0.2.5-0ubuntu2

Section: universe/admin