You can't see it, but I'm making a very angry face right now
This commit is contained in:
11
Dockerfile
11
Dockerfile
@@ -1,6 +1,11 @@
|
||||
FROM docker:dind
|
||||
|
||||
COPY ./setup-daemon.sh /bin/
|
||||
RUN chmod +x /bin/setup-daemon.sh
|
||||
# COPY ./setup-daemon.sh /bin/
|
||||
# RUN chmod +x /bin/setup-daemon.sh
|
||||
|
||||
ENTRYPOINT ["/bin/setup-daemon.sh"]
|
||||
# ENTRYPOINT ["/bin/setup-daemon.sh"]
|
||||
|
||||
RUN mkdir -p /etc/docker && \
|
||||
echo '{ "insecure-registries": ["http://nexus-repo-nexus-repository-manager.default.svc.cluster.local:5000"] }' > /etc/docker/daemon.json
|
||||
|
||||
CMD ["dockerd"]
|
||||
|
||||
Reference in New Issue
Block a user