Files
linuxkit/examples/sshd.yml
Rolf Neugebauer e3369b11a6 Update YAMLs to latest kernels
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@gmail.com>
2018-07-14 14:45:55 +01:00

34 lines
766 B
YAML

kernel:
image: linuxkit/kernel:4.14.55
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init:
- linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f
- linuxkit/runc:v0.5
- linuxkit/containerd:v0.5
- linuxkit/ca-certificates:v0.5
onboot:
- name: sysctl
image: linuxkit/sysctl:v0.5
- name: rngd1
image: linuxkit/rngd:v0.5
command: ["/sbin/rngd", "-1"]
services:
- name: getty
image: linuxkit/getty:v0.5
env:
- INSECURE=true
- name: rngd
image: linuxkit/rngd:v0.5
- name: dhcpcd
image: linuxkit/dhcpcd:v0.5
- name: sshd
image: linuxkit/sshd:v0.5
files:
- path: root/.ssh/authorized_keys
source: ~/.ssh/id_rsa.pub
mode: "0600"
optional: true
trust:
org:
- linuxkit