mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-13 18:37:35 +00:00
45 lines
1.4 KiB
YAML
45 lines
1.4 KiB
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.54
|
|
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
|
init:
|
|
- linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a
|
|
- linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a
|
|
- linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051
|
|
- linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669
|
|
- name: format
|
|
image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79
|
|
- name: mount
|
|
image: linuxkit/mount:96ac4d32d340ac6e4ddfbf506fa3a497d23649da
|
|
command: ["/usr/bin/mountie", "/var/lib/etcd"]
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: metadata
|
|
image: linuxkit/metadata:52a3d36ed158357125f3a998f9d03784eb0636d3
|
|
services:
|
|
- name: rngd
|
|
image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db
|
|
- name: ntpd
|
|
image: linuxkit/openntpd:0d7befc79842849d0b88d6c3b64200e340d7cf67
|
|
- name: node_exporter
|
|
image: linuxkit/node_exporter:a058fe1c6a4440a9689022a9fd7cffdcfd56d52c
|
|
- name: etcd
|
|
image: moby/etcd
|
|
capabilities:
|
|
- CAP_CHOWN
|
|
- CAP_SETUID
|
|
- CAP_SETGID
|
|
- CAP_DAC_OVERRIDE
|
|
- CAP_SYS_ADMIN
|
|
- CAP_MKNOD
|
|
net: host
|
|
binds:
|
|
- /var/lib/etcd:/var/lib/etcd
|
|
- /var/config/etcd:/etc/etcd
|
|
trust:
|
|
org:
|
|
- linuxkit
|