Skip to content

Commit

Permalink
metrics-pusher change privileged to CAP_SYS_PTRACE capability
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-oleynik committed Aug 20, 2024
1 parent d512e01 commit cc36479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics-pusher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Run using docker:

```sh
docker run --privileged \
docker run --cap-add "CAP_SYS_PTRACE" \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /proc:/host/proc:ro \
-e INSTANCE_NAME="foo" \
Expand Down

0 comments on commit cc36479

Please sign in to comment.