Files
custom-dind/Dockerfile
2025-05-26 16:24:30 +03:00

7 lines
118 B
Docker

FROM docker:dind
COPY ./setup-daemon.sh /bin/
RUN chmod +x /bin/setup-daemon.sh
ENTRYPOINT ["/bin/setup-daemon.sh"]