Files
linuxkit/examples/minimal.yml
Ian Campbell 510802a245 Update yml
Signed-off-by: Ian Campbell <ijc@docker.com>
2017-10-12 13:04:16 +01:00

20 lines
606 B
YAML

kernel:
image: linuxkit/kernel:4.9.54
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967
- linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8
- linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82
onboot:
- name: dhcpcd
image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services:
- name: getty
image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512
env:
- INSECURE=true
trust:
org:
- linuxkit