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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: