runc

Open Container Project - runtime

Debian Debian
RUN apt-get update && \ apt-get install -y runc
Ubuntu
RUN apt-get update && \ apt-get install -y runc
Arch Arch Linux
RUN pacman -S --noconfirm runc
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y runc
CentOS
RUN yum install -y runc
Fedora
RUN dnf install -y runc
Raspbian
RUN apt-get update && \ apt-get install -y runc
click the source code to copy install runc on any operating system with command-not-found.com