Skip to content

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

  1. Use the default working directory:

    --runtime workdir=/tmp/tracee
    

  2. Set a custom working directory:

    --runtime workdir=/var/lib/tracee
    

  3. Using the short form:

    -r workdir=/opt/tracee