Add command to copy vmlinux.py for container-monitor

This commit is contained in:
Pragyansh Chaturvedi
2025-11-30 05:37:15 +05:30
committed by GitHub
parent 466ecdb6a4
commit 526425a267

View File

@ -26,5 +26,6 @@ This folder contains examples of BCC tutorial examples that have been ported to
- For container-monitor, you need to first copy the vmlinux.py to `container-monitor/` directory.
Then run the following command to run the example:
```bash
cp vmlinux.py container-monitor/
sudo <path_to_virtualenv>/bin/python3 container-monitor/container_monitor.py
```