Forgot container needs to be --privileged

This commit is contained in:
Justin Garrison 2015-02-25 14:35:27 -08:00
parent ae097b02c2
commit 581188e5f6

View File

@ -7,5 +7,5 @@ a docker container.
Run with
```
docker run -v /dev/snd:/dev/snd -it --rm rothgar/mpsyt
docker run -v /dev/snd:/dev/snd -it --rm --privileged rothgar/mpsyt
```