mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-01 21:35:47 +00:00
68 lines
2.2 KiB
YAML
68 lines
2.2 KiB
YAML
kernel:
|
|
image: linuxkit/kernel:5.10.104
|
|
cmdline: "console=ttyS0 page_poison=1"
|
|
init:
|
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:a88a50c104d538b58da5e1441f6f0b4b738f76a6
|
|
- name: sysfs
|
|
image: linuxkit/sysfs:5fd982d39ff7bec8e480c67a110acb2d3794c291
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: format
|
|
image: linuxkit/format:5161fe240e5824da04d51bcf5e00afcb0c18dc25
|
|
- name: mount
|
|
image: linuxkit/mount:f671cb94a8999a65e33b3fe79f3def58e3d58b07
|
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
|
services:
|
|
- name: getty
|
|
image: linuxkit/getty:06f34bce0facea79161566d67345c3ea49965437
|
|
env:
|
|
- INSECURE=true
|
|
- name: rngd
|
|
image: linuxkit/rngd:310c16ec5315bd07d4b8f5332cfa7dc5cbc7d368
|
|
- name: ntpd
|
|
image: linuxkit/openntpd:dd353cac6cbd816008c565041cec6650090d0ad0
|
|
- 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
|
|
- path: etc/compose/images/nginx:alpine.tar
|
|
source: image-cache/nginx:alpine.tar
|
|
- path: etc/compose/images/traefik.tar
|
|
source: image-cache/traefik.tar
|
|
trust:
|
|
org:
|
|
- linuxkit
|
|
- library
|