mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
test: kmsg requires /dev/console
Signed-off-by: David Scott <dave@recoil.org>
This commit is contained in:
parent
bdb1c13473
commit
2ff94c0d72
@ -18,6 +18,12 @@ services:
|
||||
- /check.sh:/check.sh
|
||||
- /dev/console:/dev/console
|
||||
- /var/log:/var/log
|
||||
devices:
|
||||
- path: "/dev/console"
|
||||
type: c
|
||||
major: 5
|
||||
minor: 1
|
||||
mode: "0666"
|
||||
command: ["sh", "./check.sh"]
|
||||
pid: host
|
||||
capabilities:
|
||||
|
Loading…
Reference in New Issue
Block a user