mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-05-11 10:56:47 +00:00
25 lines
607 B
YAML
25 lines
607 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.14.62
|
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:v0.6
|
|
- linuxkit/runc:v0.6
|
|
onboot:
|
|
- name: format
|
|
image: linuxkit/format:v0.6
|
|
- name: mount
|
|
image: linuxkit/mount:v0.6
|
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
|
- name: test
|
|
image: alpine:3.8
|
|
binds:
|
|
- /var/lib/docker:/var/lib/docker
|
|
command: ["touch", "/var/lib/docker/bar"]
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:afe8f7dd0d47a7991c54519b0f09124cb8c4e300
|
|
command: ["/bin/sh", "/poweroff.sh", "10"]
|
|
trust:
|
|
org:
|
|
- linuxkit
|
|
- library
|