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
Description
If we have devices /dev/xyz1 to /dev/xyz10, currently to bind mount all these devices we have to use --device=/dev/xyz1 --device=/dev/xyz2 ...... It would be good to have a wildcard like --device=/dev/xyz* that lets all the devices show up in the container.