linuxkit/pkg/extend/build.yml
David Scott 344d974ae1 pkg/extend: grant access to all block devices
Signed-off-by: David Scott <dave@recoil.org>
2021-10-18 21:02:11 +01:00

14 lines
186 B
YAML

image: extend
config:
binds:
- /dev:/dev
devices:
# all block devices
- path: all
type: b
capabilities:
- CAP_SYS_ADMIN
- CAP_MKNOD
net: new
ipc: new