mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 11:00:25 +00:00
test: containerd tests need losetup which needs block device access
Signed-off-by: David Scott <dave@recoil.org>
This commit is contained in:
parent
1c02c9ea86
commit
dcecbe57c6
@ -11,6 +11,10 @@ config:
|
|||||||
- /usr/bin/runc:/usr/bin/runc
|
- /usr/bin/runc:/usr/bin/runc
|
||||||
- /usr/bin/containerd:/usr/bin/containerd
|
- /usr/bin/containerd:/usr/bin/containerd
|
||||||
- /usr/bin/containerd-shim:/usr/bin/containerd-shim
|
- /usr/bin/containerd-shim:/usr/bin/containerd-shim
|
||||||
|
devices:
|
||||||
|
# all block devices
|
||||||
|
- path: all
|
||||||
|
type: b
|
||||||
mounts:
|
mounts:
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
options: ["rw","nosuid","noexec","nodev","relatime"]
|
options: ["rw","nosuid","noexec","nodev","relatime"]
|
||||||
|
Loading…
Reference in New Issue
Block a user