Docker and udev events

Hey,

i am actualy trying to get udev events (for usb device in a docker container).

As described here:

Blogpost 1
Blogpost 2

So getting the udev events is only possible by calling docker run --net=host which is obviously incredible ugly.

Any ideas how to get arround that?

We are also interested in getting udev events (for a usb device) in a docker container, and NOT need --net-host.