mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-03 19:00:42 +02: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
|
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…
x
Reference in New Issue
Block a user