Files
2024-07-17 11:48:16 -07:00

7 lines
153 B
Docker

FROM ubuntu:22.04
ENV DEBIAN_FRONTEND="noninteractive"
RUN apt-get update && apt-get install -y docker.io
COPY start-dockerd.sh .
CMD /start-dockerd.sh