We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5847ca commit fd1ae26Copy full SHA for fd1ae26
1 file changed
Dockerfile.dind
@@ -17,5 +17,5 @@ RUN addgroup -g 999 docker || true \
17
USER node
18
19
# Start dockerd in the background and run the original entrypoint
20
-ENTRYPOINT ["/bin/sh", "-c", "sudo dockerd --host=unix:///var/run/docker.sock --host=tcp://0.0.0.0:2375 & exec /usr/local/bin/docker-entrypoint.sh \"$@\"", "--"]
+ENTRYPOINT ["/bin/sh", "-c", "dockerd --host=unix:///var/run/docker.sock --host=tcp://0.0.0.0:2375 & exec /usr/local/bin/docker-entrypoint.sh \"$@\"", "--"]
21
CMD [ "node" ]
0 commit comments