We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dabd17 commit 41ce082Copy full SHA for 41ce082
distributions/otelcol-ebpf-profiler/Dockerfile
@@ -5,4 +5,4 @@ ARG USER_GID=10001
5
USER ${USER_UID}:${USER_GID}
6
7
COPY --chmod=755 otelcol-ebpf-profiler /otelcol-ebpf-profiler
8
-ENTRYPOINT ["/otelcol-ebpf-profiler"]
+ENTRYPOINT ["sudo /otelcol-ebpf-profiler"]
0 commit comments