You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@yinggoga Could you provide the way your start your container please with --net=host ?
I tried "unsecurelly" with docker run -it --net=host -v=/dev:/dev -v /run/udev:/run/udev:ro --rm -v "$PWD:$PWD" -w $PWD debian ./go-udev -monitor but it not works event if I use --net=host.
Could you also provide the way you start udevadm monitor too ?
@yinggoga could you take a look in #29 about monitor mode in docker context for give me the way you run container with --net=host please ?
After that I will take some time to fix it without this option. But I can't run monitor mode with success at this time.
Hello!
When I try to run it in docker, it does not work!Then I add --net=host and rerun it is ok~
While the command "udevadm monitor" could run it in docker without --net=host!
Could go-udev support it ?
The text was updated successfully, but these errors were encountered: