mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-29 13:38:00 +00:00
pkg/metadata: grant access to all block devices
Signed-off-by: David Scott <dave@recoil.org>
This commit is contained in:
parent
9209808ac3
commit
6bc99c5ff2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user