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/>.
RUN apt-get update && \
apt-get install -y docker
RUN apt-get update && \
apt-get install -y docker
RUN apk add docker
RUN pacman -S --noconfirm docker
RUN apt-get update && \
apt-get install -y docker.io
RUN yum install -y docker.io
RUN dnf install -y docker.io
RUN apt-get update && \
apt-get install -y docker.io