Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need option for devices under "intergration" #1721

Open
JustinBenedick opened this issue May 19, 2024 · 1 comment
Open

Need option for devices under "intergration" #1721

JustinBenedick opened this issue May 19, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@JustinBenedick
Copy link

As of right now I am trying to create a container for octoprint for my 3d printer on a raspbery pi. The big thing is that I got to mount usb devices.

In a yaml file I had it looked like this
devices:
- /dev/ttyUSB0:/dev/ttyACM0
- /dev/video0:/dev/video0
- /dev/video1:/dev/video1
- /dev/gpiomem:/dev/gpiomem

I just need a spot to put this in on the web interface

@JustinBenedick JustinBenedick added the enhancement New feature or request label May 19, 2024
@martinpitt
Copy link
Member

You can just treat them as volumes:

image

This works fine, /dev/kvm exists in the container afterwards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants