mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-03 16:07:43 +00:00
pkg/metadata: grant access to all block devices
Signed-off-by: David Scott <dave@recoil.org>
This commit is contained in:
@@ -7,6 +7,10 @@ config:
|
||||
- /sys:/sys
|
||||
- /etc/resolv.conf:/etc/resolv.conf
|
||||
- /etc/ssl/certs:/etc/ssl/certs
|
||||
devices:
|
||||
# all block devices
|
||||
- path: all
|
||||
type: b
|
||||
tmpfs:
|
||||
- /tmp
|
||||
readonly: true
|
||||
|
Reference in New Issue
Block a user