We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
thx for this useful container I'm trying to get it to connect to the actual host-speakers to play around with the sound.
I was hoping the trick in https://stackoverflow.com/questions/28985714/run-apps-using-audio-in-a-docker-container would help me
Launching with
$ docker run -ti --rm -v /dev/snd:/dev/snd --privileged lukechilds/dockerpi
however still produces
pi@raspberrypi$ ls /dev/snd/* ls: cannot access '/dev/snd/*': No such file or directory
any tips?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
thx for this useful container
I'm trying to get it to connect to the actual host-speakers to play around with the sound.
I was hoping the trick in https://stackoverflow.com/questions/28985714/run-apps-using-audio-in-a-docker-container would help me
Launching with
however still produces
any tips?
The text was updated successfully, but these errors were encountered: