mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-07 09:51:09 +00:00
test: losetup needs block device access
Signed-off-by: David Scott <dave@recoil.org>
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user