Welcome to 16892 Developer Community-Open, Learning,Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

Im using a docker container for my dev-env (embedded development). Here i have the issue that i want to pass though the J-Link (Segger Debug Probe) to my container.

It works quite well if i let it execute with priviledged rights, but this was just a temporary test, as i dont intend to give my container all those rights (security risk).

docker run -it 
--privileged -v /dev/bus/usb:/dev/bus/usb 
... and other stuff

do you know a better solution to be able to basically just pass

A.) just the one device, not like all of them

B.) and without priviledged access to my host

?

any tipp highly welcome :D happy coding


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
4.0k views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to 16892 Developer Community-Open, Learning and Share

548k questions

547k answers

4 comments

56.5k users

...