github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/examples/ebpf/README.md (about) 1 ## eBPF Example 2 3 **Note: Due to permission this docker-compose example can only be run on linux** 4 5 To run the example run the following commands: 6 ``` 7 # Pull latest pyroscope image: 8 docker pull pyroscope/pyroscope:latest 9 10 # Run the example project: 11 docker-compose up --build 12 13 # Reset the database (if needed): 14 # docker-compose down 15 ```