https://github.com/sumerc/bcc-bootstrap-docker
A bootstrap Dockerfile to setup BCC inside a container -- WIP
https://github.com/sumerc/bcc-bootstrap-docker
Last synced: about 2 months ago
JSON representation
A bootstrap Dockerfile to setup BCC inside a container -- WIP
- Host: GitHub
- URL: https://github.com/sumerc/bcc-bootstrap-docker
- Owner: sumerc
- License: mit
- Created: 2021-04-21T14:08:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-16T09:03:09.000Z (almost 4 years ago)
- Last Synced: 2025-02-01T07:16:24.636Z (4 months ago)
- Language: Dockerfile
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bcc-bootstrap-docker
A minimal bootstrap Dockerfile to setup BCC inside a container (Ubuntu Bionic).
```
docker run -it -v $(pwd):/opt --rm --privileged \
-v /sys/kernel/debug:/sys/kernel/debug:rw \
--pid=host bcc-boostrap-docker
```