We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 039a6ee commit ca44171Copy full SHA for ca44171
docker/Dockerfile.sidecar-docker
@@ -30,7 +30,6 @@ ENV PATH "$PATH:/bin"
30
#creating a simple startup script to start both docker rootless and the sidecar
31
RUN echo -e '#!/bin/bash\ndockerd-entrypoint.sh & /sidecar/docker-sidecar' > /sidecar/startup-docker.sh
32
RUN chmod +x /sidecar/startup-docker.sh
33
-RUN chmod +x /sidecar/docker-sidecar
34
35
#setting up the path for the docker daemon
36
ENV DOCKER_HOST=unix:///run/user/1000/docker.sock
0 commit comments