mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +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/containerd:/usr/bin/containerd
|
||||
- /usr/bin/containerd-shim:/usr/bin/containerd-shim
|
||||
devices:
|
||||
# all block devices
|
||||
- path: all
|
||||
type: b
|
||||
mounts:
|
||||
- type: cgroup
|
||||
options: ["rw","nosuid","noexec","nodev","relatime"]
|
||||
|
Loading…
Reference in New Issue
Block a user