Skip to content

Commit 526425a

Browse files
authored
Add command to copy vmlinux.py for container-monitor
1 parent 466ecdb commit 526425a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BCC-Examples/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ This folder contains examples of BCC tutorial examples that have been ported to
2626
- For container-monitor, you need to first copy the vmlinux.py to `container-monitor/` directory.
2727
Then run the following command to run the example:
2828
```bash
29+
cp vmlinux.py container-monitor/
2930
sudo <path_to_virtualenv>/bin/python3 container-monitor/container_monitor.py
3031
```

0 commit comments

Comments
 (0)