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