mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-18 02:40:03 +00:00
Bind mount /dev/snd so that containers can play sound
This commit is contained in:
parent
c0bfbc582d
commit
0e360b56ac
@ -67,7 +67,10 @@ exports.start = start = (app) ->
|
||||
Cmd: ['/bin/bash', '-c', '/start web']
|
||||
)
|
||||
).then((container) ->
|
||||
container.startAsync(Privileged: true)
|
||||
container.startAsync(
|
||||
Privileged: true
|
||||
Binds: ['/dev/snd:/dev/snd']
|
||||
)
|
||||
)
|
||||
|
||||
exports.restart = restart = (app) ->
|
||||
|
Loading…
Reference in New Issue
Block a user