From 526425a2673ed1e883748c657a57480b678d5416 Mon Sep 17 00:00:00 2001 From: Pragyansh Chaturvedi <76248539+r41k0u@users.noreply.github.com> Date: Sun, 30 Nov 2025 05:37:15 +0530 Subject: [PATCH] Add command to copy vmlinux.py for container-monitor --- BCC-Examples/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BCC-Examples/README.md b/BCC-Examples/README.md index 52cf52b..a6f902a 100644 --- a/BCC-Examples/README.md +++ b/BCC-Examples/README.md @@ -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 /bin/python3 container-monitor/container_monitor.py ```