cockpit-project / cockpit-podman

Cockpit UI for podman containers
GNU Lesser General Public License v2.1
449 stars 90 forks source link

Need option for devices under "intergration" #1721

Open JustinBenedick opened 6 months ago

JustinBenedick commented 6 months ago

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:

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

martinpitt commented 6 months ago

You can just treat them as volumes:

image

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