How to Install docker-runc in Ubuntu 18.04



Install docker-runc by entering the following commands in the terminal:

sudo apt update
sudo apt install docker-runc

Description:

Open Container Project - runtime (Docker's version)

"runc" is a command line client for running applications packaged according to the Open Container Format (OCF) and is a compliant implementation of the Open Container Project specification. . This package contains the version to be used with docker.io packages and provides "runc" as the "docker-runc" executable binary.

Homepage: https://github.com/opencontainers/runc

Version: 1.0.0~rc2+git+docker1.13.1~ds1-3

Section: universe/devel