Last active
June 7, 2017 12:59
-
-
Save deitch/a24c291321adc6433061618d9fbaf746 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kernel: | |
image: "linuxkit/kernel:4.9.x" | |
cmdline: "console=ttyS0 console=tty0 page_poison=1" | |
init: | |
- deitch/linuxkit-init:nogetty | |
- linuxkit/runc:3a4e6cbf15470f62501b019b55e1caac5ee7689f | |
- linuxkit/containerd:b1766e4c4c09f63ac4925a6e4612852a93f7e73b | |
- linuxkit/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935 | |
onboot: | |
- name: sysctl | |
image: "linuxkit/sysctl:3aa6bc663c2849ef239be7d941d3eaf3e6fcc018" | |
- name: dhcpcd | |
image: "linuxkit/dhcpcd:7d2b8aaaf20c24ad7d11a5ea2ea5b4a80dc966f1" | |
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] | |
services: | |
- name: rngd | |
image: "linuxkit/rngd:1fa4de44c961bb5075647181891a3e7e7ba51c31" | |
- name: getty | |
image: "getty:test" | |
# to make insecure with passwordless root login, uncomment following lines | |
env: | |
- INSECURE=true | |
trust: | |
org: | |
- linuxkit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kernel: | |
image: "linuxkit/kernel:4.9.x" | |
cmdline: "console=ttyS0 console=tty0 page_poison=1" | |
init: | |
- deitch/linuxkit-init:nogetty | |
- linuxkit/runc:3a4e6cbf15470f62501b019b55e1caac5ee7689f | |
- linuxkit/containerd:b1766e4c4c09f63ac4925a6e4612852a93f7e73b | |
- linuxkit/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935 | |
onboot: | |
- name: sysctl | |
image: "linuxkit/sysctl:3aa6bc663c2849ef239be7d941d3eaf3e6fcc018" | |
- name: dhcpcd | |
image: "linuxkit/dhcpcd:7d2b8aaaf20c24ad7d11a5ea2ea5b4a80dc966f1" | |
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] | |
services: | |
- name: rngd | |
image: "linuxkit/rngd:1fa4de44c961bb5075647181891a3e7e7ba51c31" | |
#- name: getty | |
# image: "getty:test" | |
# to make insecure with passwordless root login, uncomment following lines | |
#env: | |
# - INSECURE=true | |
trust: | |
org: | |
- linuxkit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kernel: | |
image: "linuxkit/kernel:4.9.x" | |
cmdline: "console=ttyS0 console=tty0 page_poison=1" | |
init: | |
- deitch/linuxkit-init:nogetty | |
- linuxkit/runc:3a4e6cbf15470f62501b019b55e1caac5ee7689f | |
- linuxkit/containerd:b1766e4c4c09f63ac4925a6e4612852a93f7e73b | |
- linuxkit/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935 | |
onboot: | |
- name: sysctl | |
image: "linuxkit/sysctl:3aa6bc663c2849ef239be7d941d3eaf3e6fcc018" | |
- name: dhcpcd | |
image: "linuxkit/dhcpcd:7d2b8aaaf20c24ad7d11a5ea2ea5b4a80dc966f1" | |
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] | |
services: | |
- name: rngd | |
image: "linuxkit/rngd:1fa4de44c961bb5075647181891a3e7e7ba51c31" | |
- name: getty | |
image: "getty:test" | |
# to make insecure with passwordless root login, uncomment following lines | |
#env: | |
# - INSECURE=true | |
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment