How do I complie and install tracee directly to a Host instead of a container #1112
Answered
by
rafaeldtinoco
leiqi96
asked this question in
Questions and Help
-
nothing |
Beta Was this translation helpful? Give feedback.
Answered by
rafaeldtinoco
Oct 26, 2021
Replies: 1 comment
-
Note that, while we're still not packaging tracee-ebpf nor tracee-rules, you can compile static versions of tracee-ebpf by running make with
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rafaeldtinoco
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
make
./dist/tracee-ebpf
with./dist/tracee-rules
like the example shown atentrypoint.sh
.Note that, while we're still not packaging tracee-ebpf nor tracee-rules, you can compile static versions of tracee-ebpf by running make with
STATIC=1
: