Merge pull request #3740 from sprat/fix-acpid-binds

Fix acpid devices
This commit is contained in:
Rolf Neugebauer 2021-12-14 12:59:49 +00:00 committed by GitHub
commit 2e9d7540ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 3 deletions

View File

@ -49,7 +49,7 @@ onboot:
services:
# Enable acpi to shutdown on power events
- name: acpid
image: linuxkit/acpid:e9a94e593d6be2fc1b3eb6d566f23ac9ca9807fd
image: linuxkit/acpid:c05a368754f6436b326945dc16135ba547568d8d
# Enable getty for easier debugging
- name: getty
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec

View File

@ -2,4 +2,8 @@ image: acpid
config:
binds:
- /dev:/dev
devices:
- path: all
type: c
major: 13
pid: host

View File

@ -7,4 +7,4 @@ init:
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
services:
- name: acpid
image: linuxkit/acpid:e9a94e593d6be2fc1b3eb6d566f23ac9ca9807fd
image: linuxkit/acpid:c05a368754f6436b326945dc16135ba547568d8d