Skip to content

Instantly share code, notes, and snippets.

@marcy-terui
Created December 29, 2014 03:08
Show Gist options
  • Select an option

  • Save marcy-terui/f44a002b299b10aa2b39 to your computer and use it in GitHub Desktop.

Select an option

Save marcy-terui/f44a002b299b10aa2b39 to your computer and use it in GitHub Desktop.
Dockerコンテナ上でサウンドデバイスを使って音を鳴らしたい ref: http://qiita.com/Marcy/items/9b7dcfd138fb9d542a19
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