docker-runc

Linux container runtime

Debian Debian
RUN apt-get update && \ apt-get install -y docker.io
Ubuntu
RUN apt-get update && \ apt-get install -y docker-runc
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y docker.io
Fedora
RUN dnf install -y moby-engine
Raspbian
RUN apt-get update && \ apt-get install -y docker.io
click the source code to copy install docker-runc on any operating system with command-not-found.com