Files

7 lines
153 B
Docker
Raw Permalink Normal View History

2023-10-27 15:39:55 -07:00
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