I'm trying to run usbtop in a priveleged Docker.
It keeps saying
No USB bus can be captured thanks to libpcap. Check your name filter and make sure relevent permissions are set !
However, I have run
outside the docker
When I run
lsmod | grep usbmon
usbmon 28672 0
So the Docker can detect the module. What's going on?
I'm trying to run
usbtopin a priveleged Docker.It keeps saying
However, I have run
outside the docker
When I run
So the Docker can detect the module. What's going on?