docker

Manage Docker containers and images. Some subcommands such as docker run have their own usage documentation. More information: <https://docs.docker.com/engine/reference/commandline/cli/>.

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