mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-28 01:53:51 +00:00
24 lines
701 B
YAML
24 lines
701 B
YAML
kernel:
|
|
image: "mobylinux/kernel:598481c08deafa37dccb33c88ad69fdecda57909"
|
|
cmdline: "console=ttyS0"
|
|
init: "mobylinux/init:65d6491c93fbf2a65fa19305da6ac245b8070526"
|
|
system:
|
|
- name: binfmt
|
|
image: "mobylinux/binfmt:bdb754f25a5d851b4f5f8d185a43dfcbb3c22d01"
|
|
binds:
|
|
- /proc/sys/fs/binfmt_misc:/binfmt_misc
|
|
read_only: true
|
|
command: [/usr/bin/binfmt, -dir, /etc/binfmt.d/, -mount, /binfmt_misc]
|
|
- name: check
|
|
image: "mobylinux/check:699ca8e3792dda19a6fd981f58b47c3be0e5d6ec"
|
|
pid: host
|
|
capabilities:
|
|
- CAP_SYS_BOOT
|
|
files:
|
|
- path: etc/docker/daemon.json
|
|
contents: '{"debug": true}'
|
|
outputs:
|
|
- format: kernel+initrd
|
|
- format: iso-bios
|
|
- format: iso-efi
|