kernel: image: linuxkit/kernel:4.9.54 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 onboot: - name: sysctl image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 - name: dhcpcd image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512 # to make insecure with passwordless root login, uncomment following lines #env: # - INSECURE=true - name: rngd image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db 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