mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 02:21:34 +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:
|
binds:
|
||||||
- /check.sh:/check.sh
|
- /check.sh:/check.sh
|
||||||
- /dev/console:/dev/console
|
- /dev/console:/dev/console
|
||||||
|
devices:
|
||||||
|
- path: "/dev/console"
|
||||||
|
type: c
|
||||||
|
major: 5
|
||||||
|
minor: 1
|
||||||
|
mode: "0666"
|
||||||
capabilities:
|
capabilities:
|
||||||
- CAP_SYS_BOOT
|
- CAP_SYS_BOOT
|
||||||
command: ["sh", "/check.sh"]
|
command: ["sh", "/check.sh"]
|
||||||
|
Loading…
Reference in New Issue
Block a user