Hi guys, As we known, to run iovisor require complex build environment, like clang, llvm, python, lua. iovisor and bcc is quite useful for Linux users, but the build environment scared many people to take a try. :) Can we build all these things in one docker image? I didn't see any docker related install instruction in https://github.com/iovisor/bcc/blob/master/INSTALL.md.User can just pull the iovisor/bcc docker image from dockehub, and run it on local machine, no llvm and clang download, no python and lua download, without affects host. We can call this kind of container as "Super Privileged Containers", according below link. Redhat already tried this on Systemtap. http://rhelblog.redhat.com/2015/11/10/architecting-containers-part-3-how-the-user-space-affects-your-application/ Best Regards.
_______________________________________________ iovisor-dev mailing list [email protected] https://lists.iovisor.org/mailman/listinfo/iovisor-dev
