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
Post a Comment