docker-init

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.io
Alpine
RUN apk add docker
Arch Arch Linux
RUN pacman -S --noconfirm docker
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y docker.io
CentOS
RUN yum install -y docker
Fedora
RUN dnf install -y moby-engine
Raspbian
RUN apt-get update && \ apt-get install -y docker
click the source code to copy install docker-init on any operating system with command-not-found.com