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.