Created
December 29, 2014 03:08
-
-
Save marcy-terui/f44a002b299b10aa2b39 to your computer and use it in GitHub Desktop.
Dockerコンテナ上でサウンドデバイスを使って音を鳴らしたい ref: http://qiita.com/Marcy/items/9b7dcfd138fb9d542a19
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker run -it --privileged --volume /dev/dsp:/dev/dsp:rw centos/centos6 /bin/bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment