App Version: Docker Community Edition 2.0.0.3
Hi,
I have created an image based on Ubuntu from my Linux Mint desktop. This image executes a program written in Python and part of the output includes playing some sounds.
In order to run the program properly within Linux I execute the following the line:
docker run -it --device /dev/snd ....
However, when I run in this image within Windows I get an error message stating that a sound device cannot be found.
This would be right as there is no such thing as /dev/snd within Windows. Would anyone have an idea as to what sound device I would use in this case?
Many thanks,
gmax4509