mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-22 08:37:04 +00:00
64 lines
2.0 KiB
YAML
64 lines
2.0 KiB
YAML
kernel:
|
|
image: linuxkit/kernel:6.6.13
|
|
cmdline: "console=ttyS0 page_poison=1"
|
|
init:
|
|
- linuxkit/init:9eabfb21879d4a3c9534f0c4e9a764919423e8a5
|
|
- linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f
|
|
- linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435
|
|
- linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db
|
|
- name: sysfs
|
|
image: linuxkit/sysfs:ec174e06ca756f492e7a3fd6200d5c1672b97511
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: format
|
|
image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6
|
|
- name: mount
|
|
image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e
|
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
|
services:
|
|
- name: getty
|
|
image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b
|
|
env:
|
|
- INSECURE=true
|
|
- name: rngd
|
|
image: linuxkit/rngd:83a6481f04da73e710c1d416355920b8ff4dc1dd
|
|
- name: ntpd
|
|
image: linuxkit/openntpd:c90c6dd90f5dfb0ca71a73aac2dad69c8d956af3
|
|
- 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
|