mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-01 19:47:23 +00:00
30 lines
1.1 KiB
YAML
30 lines
1.1 KiB
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.40
|
|
cmdline: "console=tty0 console=ttyS0"
|
|
init:
|
|
- linuxkit/init:4dcee04c04c900a5796dc719f8d16fea7e771059
|
|
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
|
- linuxkit/containerd:1ff17c0908bed91a7bff252fba2e3d360d05a3de
|
|
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:3f7a3f6f9e7e1d3f245c766fcf5c2b9e97382cfb
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
services:
|
|
- name: getty
|
|
image: linuxkit/getty:58620cff1b0bf8b5d144d087602115e996f18a02
|
|
# to make insecure with passwordless root login, uncomment following lines
|
|
#env:
|
|
# - INSECURE=true
|
|
- name: rngd
|
|
image: linuxkit/rngd:1516d5d70683a5d925fe475eb1b6164a2f67ac3b
|
|
files:
|
|
- path: etc/getty.shadow
|
|
# sample sets password for root to "abcdefgh" (without quotes)
|
|
contents: 'root:$6$6tPd2uhHrecCEKug$8mKfcgfwguP7f.BLdZsT1Wz7WIIJOBY1oUFHzIv9/O71M2J0EPdtFqFGTxB1UK5ejqQxRFQ.ZSG9YXR0SNsc11:17322:0:::::'
|
|
trust:
|
|
org:
|
|
- linuxkit
|