mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-13 18:16:57 +00:00
25 lines
686 B
YAML
25 lines
686 B
YAML
kernel:
|
|
image: "mobylinux/kernel:4.9.x"
|
|
cmdline: "console=ttyS0"
|
|
init: "mobylinux/init:d6d115d601e78f7909d4a2ff7eb4caa3fff65271"
|
|
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:c9e41ab96b3ea6a3ced97634751e20d12a5bf52f"
|
|
pid: host
|
|
capabilities:
|
|
- CAP_SYS_BOOT
|
|
read_only: true
|
|
files:
|
|
- path: etc/docker/daemon.json
|
|
contents: '{"debug": true}'
|
|
outputs:
|
|
- format: kernel+initrd
|
|
- format: iso-bios
|
|
- format: iso-efi
|