Files
custom-dind/Dockerfile

7 lines
116 B
Docker

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