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