Skip to content

Commit fd1ae26

Browse files
committed
Removed sudo from docker
1 parent e5847ca commit fd1ae26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.dind

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ RUN addgroup -g 999 docker || true \
1717
USER node
1818

1919
# 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 \"$@\"", "--"]
20+
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 \"$@\"", "--"]
2121
CMD [ "node" ]

0 commit comments

Comments
 (0)