mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-30 01:11:52 +00:00
25 lines
715 B
YAML
25 lines
715 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.19.76
|
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626
|
|
- linuxkit/runc:c1f0db27e71d948f3134b31ce76276f843849b0a
|
|
onboot:
|
|
- name: format
|
|
image: linuxkit/format:65b9e0a76d0b9fb8ac5c5f3bc8d3131109290f56
|
|
- name: mount
|
|
image: linuxkit/mount:v0.7
|
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
|
- name: test
|
|
image: alpine:3.9
|
|
binds:
|
|
- /var/lib/docker:/var/lib/docker
|
|
command: ["touch", "/var/lib/docker/bar"]
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:b498d30dd9660090565537fceb9e757618737a85
|
|
command: ["/bin/sh", "/poweroff.sh", "10"]
|
|
trust:
|
|
org:
|
|
- linuxkit
|
|
- library
|