Skip to main content

Documentation Index

Fetch the complete documentation index at: https://opensre.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Prerequisites

Make sure you have Docker installed on your system. If not, please install it first:

AppleDocker Desktop for Mac
Install Docker Desktop on macOS

UbuntuDocker Engine for Ubuntu
Install Docker Engine on Ubuntu

1. Pull the Tracer Docker image

Run the following command to pull the latest Tracer Docker image:
docker pull tracercloud/tracer:latest

2. Run the Tracer container

Start a Tracer container with the following command:
docker run -d --rm \
  --name tracer \
  --privileged \
  --pid=host \
  -p 8080:8080 \
  -v /lib/modules:/lib/modules:ro \
  -v /usr/src:/usr/src:ro \
  -v /sys/kernel/debug:/sys/kernel/debug:rw \
  -v /sys/kernel/btf/vmlinux:/sys/kernel/btf/vmlinux:ro \
  tracercloud/tracer:latest

3. Access Tracer

Tracer Logo
Once the container is running, you can access Tracer
View real-time metrics, resource usage, and performance insights for your pipeline runs.