From 581188e5f6aa09b8792c81386464b39b3946e15b Mon Sep 17 00:00:00 2001 From: Justin Garrison Date: Wed, 25 Feb 2015 14:35:27 -0800 Subject: [PATCH] Forgot container needs to be --privileged --- mpsyt/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpsyt/README b/mpsyt/README index 7b7bed6..92886f2 100644 --- a/mpsyt/README +++ b/mpsyt/README @@ -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 ```