Forgot container needs to be --privileged

This commit is contained in:
Justin Garrison 2015-02-25 14:35:27 -08:00
parent f96f5448f2
commit b5535db2ca
1 changed files with 1 additions and 1 deletions

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
```