mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-24 04:55:42 +00:00
Add /lib/firmware to the app bind mounts
This commit is contained in:
parent
5ae28e9348
commit
5d5f38ea69
@ -174,6 +174,7 @@ exports.start = start = (app) ->
|
||||
Volumes:
|
||||
'/data': {}
|
||||
'/lib/modules': {}
|
||||
'/lib/firmware': {}
|
||||
'/run/dbus': {}
|
||||
Env: _.map env, (v, k) -> k + '=' + v
|
||||
ExposedPorts: ports
|
||||
@ -205,6 +206,7 @@ exports.start = start = (app) ->
|
||||
Binds: [
|
||||
'/resin-data/' + app.appId + ':/data'
|
||||
'/lib/modules:/lib/modules'
|
||||
'/lib/firmware:/lib/firmware'
|
||||
'/run/dbus:/run/dbus'
|
||||
'/var/run/docker.sock:/run/docker.sock'
|
||||
'/etc/resolv.conf:/etc/resolv.conf:rw'
|
||||
|
Loading…
x
Reference in New Issue
Block a user