mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-25 08:02:55 +00:00
64 lines
2.0 KiB
YAML
64 lines
2.0 KiB
YAML
kernel:
|
|
image: linuxkit/kernel:6.12.52
|
|
cmdline: "console=ttyS0 page_poison=1"
|
|
init:
|
|
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
|
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
|
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
|
- linuxkit/ca-certificates:6d74d50cfbb09d3c322b0899bb45ebefa1ac20ff
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
|
- name: sysfs
|
|
image: linuxkit/sysfs:2e728658079a4141d9f3b67f088a8da1555c32ed
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: format
|
|
image: linuxkit/format:aab46db75a2ace18b81c01ef0657a8725085e47d
|
|
- name: mount
|
|
image: linuxkit/mount:c712a371ac72cdc4d1f5dd1e642609b5c63c920f
|
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
|
services:
|
|
- name: getty
|
|
image: linuxkit/getty:239bff4bbe8b98b1a88f887e567345e4943438c5
|
|
env:
|
|
- INSECURE=true
|
|
- name: rngd
|
|
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
|
- name: ntpd
|
|
image: linuxkit/openntpd:dedcaeb10930e83dcce9177ba165d59b0eaaa69b
|
|
- name: docker
|
|
image: docker:20.10.6-dind
|
|
capabilities:
|
|
- all
|
|
net: host
|
|
mounts:
|
|
- type: cgroup
|
|
options: ["rw","nosuid","noexec","nodev","relatime"]
|
|
binds:
|
|
- /etc/resolv.conf:/etc/resolv.conf
|
|
- /var/lib/docker:/var/lib/docker
|
|
- /lib/modules:/lib/modules
|
|
- /var/run:/var/run
|
|
- /etc/html:/var/html
|
|
command: ["/usr/local/bin/docker-init", "/usr/local/bin/dockerd"]
|
|
- name: compose
|
|
image: linuxkitprojects/compose:111f9f32a933c9e7acbf3ccfc13fedbdfce8224f
|
|
binds:
|
|
- /var/run:/var/run
|
|
- /etc/compose:/compose
|
|
files:
|
|
- path: var/lib/docker
|
|
directory: true
|
|
- path: etc/html/a/index.html
|
|
source: html-a.html
|
|
- path: etc/html/b/index.html
|
|
source: html-b.html
|
|
- path: etc/compose/docker-compose.yml
|
|
source: docker-compose.yml
|
|
trust:
|
|
org:
|
|
- linuxkit
|
|
- library
|