An open API service indexing awesome lists of open source software.

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

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
```