mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-13 08:12:39 +01:00
Forgot container needs to be --privileged
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user