mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
Forgot container needs to be --privileged
This commit is contained in:
parent
ae097b02c2
commit
581188e5f6
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user