dockerd

A persistent process to start and manage docker containers. More information: <https://docs.docker.com/engine/reference/commandline/dockerd/>.

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
Fedora
RUN dnf install -y moby-engine
Raspbian
RUN apt-get update && \ apt-get install -y docker
click the source code to copy install dockerd on any operating system with command-not-found.com