mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 01:59:07 +00:00
test: losetup needs block device access
Signed-off-by: David Scott <dave@recoil.org>
This commit is contained in:
parent
d4c6ab742b
commit
1c02c9ea86
@ -14,6 +14,10 @@ onboot:
|
|||||||
binds:
|
binds:
|
||||||
- /check.sh:/check.sh
|
- /check.sh:/check.sh
|
||||||
- /dev:/dev
|
- /dev:/dev
|
||||||
|
devices:
|
||||||
|
# all block devices
|
||||||
|
- path: all
|
||||||
|
type: b
|
||||||
command: ["sh", "./check.sh"]
|
command: ["sh", "./check.sh"]
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
||||||
|
Loading…
Reference in New Issue
Block a user