I come from a docker background and I'm just testing things out. Is there a way to launch a container with Singularity and allow it to produce sound. I have a container so far that can run Firefox, but sound doesn't come out if I have youtube playing. For example I believe on docker you can pass --device /dev/snd (Add a host device to the container). Here is my Singularity file
singularity run --bind /dev/snd:/dev/snd singularity-firefox.sif
FATAL: could not open image /dev/snd:/dev/snd: failed to retrieve path for /dev/snd:/dev/snd: lstat /dev/snd:: no such file or directory
Hello,
I come from a docker background and I'm just testing things out. Is there a way to launch a container with Singularity and allow it to produce sound. I have a container so far that can run Firefox, but sound doesn't come out if I have youtube playing. For example I believe on docker you can pass --device /dev/snd (Add a host device to the container). Here is my Singularity file
Here are are the things I tried with no luck
And
Thanks!