mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-01 07:00:10 +00:00
move pkg config from Dockerfile to build.yml
Signed-off-by: Robin Winkelewski <w9ncontact@gmail.com>
This commit is contained in:
@@ -17,6 +17,3 @@ COPY --from=mirror /out/ /
|
||||
COPY --from=mirror2 /out/etc/acpi /etc/acpi
|
||||
|
||||
CMD ["/sbin/acpid", "-f", "-d"]
|
||||
|
||||
LABEL org.mobyproject.config='{"binds": ["/dev:/dev"], "pid": "host"}'
|
||||
|
||||
|
@@ -1 +1,5 @@
|
||||
image: acpid
|
||||
config:
|
||||
binds:
|
||||
- /dev:/dev
|
||||
pid: host
|
||||
|
Reference in New Issue
Block a user