mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-13 18:16:57 +00:00
- in a much better state than previous commit, but still some issues running system containers with it that need more work, so staying with `runc`. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
23 lines
681 B
YAML
23 lines
681 B
YAML
kernel:
|
|
image: "mobylinux/kernel:598481c08deafa37dccb33c88ad69fdecda57909"
|
|
cmdline: "console=ttyS0"
|
|
init: "mobylinux/init:defa5c959d7edde6d6ae695e055777669bf19edf"
|
|
system:
|
|
- name: binfmt
|
|
image: "mobylinux/binfmt:bdb754f25a5d851b4f5f8d185a43dfcbb3c22d01"
|
|
binds:
|
|
- /proc/sys/fs/binfmt_misc:/binfmt_misc
|
|
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
|