mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 01:59:07 +00:00
test: init-containerd requires /dev/console
Signed-off-by: David Scott <dave@recoil.org>
This commit is contained in:
parent
dcecbe57c6
commit
5a12600412
@ -13,6 +13,12 @@ services:
|
||||
binds:
|
||||
- /check.sh:/check.sh
|
||||
- /dev/console:/dev/console
|
||||
devices:
|
||||
- path: "/dev/console"
|
||||
type: c
|
||||
major: 5
|
||||
minor: 1
|
||||
mode: "0666"
|
||||
capabilities:
|
||||
- CAP_SYS_BOOT
|
||||
command: ["sh", "/check.sh"]
|
||||
|
Loading…
Reference in New Issue
Block a user