cockpit-project / cockpit-podman

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

Need option for devices under "intergration" #1721

Open JustinBenedick opened 1 month ago

JustinBenedick commented 1 month 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 1 month ago

You can just treat them as volumes:

image

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