bcc-docker
bcc-docker copied to clipboard
Hi Everyone, I am running bcc-tools using: sudo -i podman run -it --rm --privileged -v /lib/modules:/lib/modules:ro -v /usr/src:/usr/src:ro -v /etc/localtime:/etc/localtime:ro --workdir /usr/share/bcc/tools zlim/bcc Tools like execsnoop, bashreadLine are running while...
Hi team, Thanks for creating a containerized bcc. We used your docker version of bcc by invoking the command docker run -it --rm \ --privileged \ -v /lib/modules:/lib/modules:ro \ -v...
Hi, folks. This Pull Request reduces the number of command line arguments needed to be passed when getting started with this project/container. It is a small contribution by adding `WORKDIR`...
can you please build the image to be multi-arch? ``` $ docker run -it --rm \ > --privileged \ > -v /lib/modules:/lib/modules:ro \ > -v /usr/src:/usr/src:ro \ > -v /etc/localtime:/etc/localtime:ro...