runtime
NAME¶
tracee --runtime - Control runtime configurations
SYNOPSIS¶
tracee --runtime [workdir=path] [--runtime ...]
DESCRIPTION¶
The --runtime flag allows you to control runtime configurations for Tracee.
Options¶
- workdir=path
Set the path where Tracee will install or lookup its resources. The default value is
/tmp/tracee.
Example:
--runtime workdir=/tmp/tracee
EXAMPLES¶
-
Use the default working directory:
--runtime workdir=/tmp/tracee -
Set a custom working directory:
--runtime workdir=/var/lib/tracee -
Using the short form:
-r workdir=/opt/tracee