mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 01:59:07 +00:00
pkg/extend: grant access to all block devices
Signed-off-by: David Scott <dave@recoil.org>
This commit is contained in:
parent
71fa9f2cae
commit
344d974ae1
@ -2,6 +2,10 @@ image: extend
|
||||
config:
|
||||
binds:
|
||||
- /dev:/dev
|
||||
devices:
|
||||
# all block devices
|
||||
- path: all
|
||||
type: b
|
||||
capabilities:
|
||||
- CAP_SYS_ADMIN
|
||||
- CAP_MKNOD
|
||||
|
Loading…
Reference in New Issue
Block a user