Skip to content

Commit

Permalink
docs: fix contribution-guide docker run
Browse files Browse the repository at this point in the history
Signed-off-by: yukinakanaka <yuki.nakamura@mapbox.com>
  • Loading branch information
yukinakanaka committed Apr 4, 2024
1 parent 86e210a commit c39cc4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/content/en/docs/contribution-guide/development-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ docker run --name tetragon \
--rm -it -d --pid=host \
--cgroupns=host --privileged \
-v /sys/kernel/btf/vmlinux:/var/lib/tetragon/btf \
cilium/tetragon:latest \
bash -c "/usr/bin/tetragon"
cilium/tetragon:latest
```

Run the `tetra` binary to get Tetragon events:
Expand Down

0 comments on commit c39cc4d

Please sign in to comment.