Docker cannot open usb device connected after container started (ubuntu) -


i have searched , saw people have had issue before usual --privileged -v /dev:/dev solution hasn't worked me. working on ubuntu machine , container ubuntu 16.04. if connect usb device after running container, although shows in lsusb, application fails open usb device. have noticed in post: docker - way give access host usb or serial device? (and other posts) --privileged -v /dev:/dev has solved problem hasn't worked me. knows might missing in image/container or other issues?

thanks


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -