mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-13 17:49:47 +00:00
25 lines
734 B
YAML
25 lines
734 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.54
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a
|
|
- linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a
|
|
onboot:
|
|
- name: format
|
|
image: linuxkit/format:e7f06bd9bb96b663f8aab7d648a5dfc3ed7785fc
|
|
- name: mount
|
|
image: linuxkit/mount:80c6aeef04260eaa7c74a93594ea7c5a4ab2808e
|
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
|
- name: test
|
|
image: alpine:3.6
|
|
binds:
|
|
- /var/lib/docker:/var/lib/docker
|
|
command: ["touch", "/var/lib/docker/bar"]
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2
|
|
command: ["/bin/sh", "/poweroff.sh", "10"]
|
|
trust:
|
|
org:
|
|
- linuxkit
|
|
- library
|