mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-31 00:23:57 +00:00
Expose the docker socket of master that we would need to launch a new resin-supervisor container.
This commit is contained in:
parent
e336eaad6e
commit
7e25bfe91a
@ -75,7 +75,10 @@ exports.start = start = (app) ->
|
||||
console.log('Starting container:', app.imageId)
|
||||
container.startAsync(
|
||||
Privileged: true
|
||||
Binds: ['/dev:/dev']
|
||||
Binds: [
|
||||
'/dev:/dev'
|
||||
'/var/run/docker.sock:/run/docker.sock'
|
||||
]
|
||||
)
|
||||
.tap ->
|
||||
console.log('Started container:', app.imageId)
|
||||
|
Loading…
x
Reference in New Issue
Block a user