The universe is possible
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
FROM docker:dind
|
FROM docker:dind
|
||||||
|
|
||||||
COPY setup-daemon.sh /bin/
|
COPY ./setup-daemon.sh /bin/
|
||||||
RUN chmod +x /bin/setup-daemon.sh
|
RUN chmod +x /bin/setup-daemon.sh
|
||||||
|
|
||||||
ENTRYPOINT ["/bin/setup-daemon.sh"]
|
ENTRYPOINT ["/bin/setup-daemon.sh"]
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
mkdir -p /etc/docker
|
mkdir -p /etc/docker
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user