mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-04 20:48:17 +00:00
31 lines
974 B
YAML
31 lines
974 B
YAML
kernel:
|
|
image: mobylinux/kernel:4.9.x
|
|
cmdline: "console=ttyS0 page_poison=1"
|
|
init:
|
|
- linuxkit/init:12348442d56c2ee9abf13ff38dff2e36b515bd1e
|
|
- mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9
|
|
- mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b
|
|
- mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:3f7a3f6f9e7e1d3f245c766fcf5c2b9e97382cfb
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: metadata
|
|
image: linuxkit/metadata:f5d4299909b159db35f72547e4ae70bd76c42c6c
|
|
services:
|
|
- name: rngd
|
|
image: mobylinux/rngd:3dad6dd43270fa632ac031e99d1947f20b22eec9
|
|
- name: prometheus
|
|
image: moby/prom-us-central1-f
|
|
binds:
|
|
- /dev:/dev
|
|
- /var/lib/misc:/data
|
|
capabilities:
|
|
- all
|
|
net: host
|
|
trust:
|
|
image:
|
|
- mobylinux/kernel
|