mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-03 23:20:43 +00:00
48 lines
1.3 KiB
YAML
48 lines
1.3 KiB
YAML
kernel:
|
|
image: linuxkit/kernel:4.19.71
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626
|
|
- linuxkit/runc:c1f0db27e71d948f3134b31ce76276f843849b0a
|
|
- linuxkit/containerd:751de142273e1b5d2d247d2832d654ab92e907bc
|
|
- linuxkit/ca-certificates:v0.7
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:v0.7
|
|
- name: sysfs
|
|
image: linuxkit/sysfs:v0.7
|
|
- name: format
|
|
image: linuxkit/format:65b9e0a76d0b9fb8ac5c5f3bc8d3131109290f56
|
|
- name: mount
|
|
image: linuxkit/mount:v0.7
|
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
|
services:
|
|
- name: rngd
|
|
image: linuxkit/rngd:02c555b50cd1887aa628836662d2eec54c0d7e81
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:v0.7
|
|
- name: docker
|
|
image: docker:18.06.0-ce-dind
|
|
capabilities:
|
|
- all
|
|
mounts:
|
|
- type: cgroup
|
|
options: ["rw","nosuid","noexec","nodev","relatime"]
|
|
binds:
|
|
- /var/lib/docker:/var/lib/docker
|
|
- /lib/modules:/lib/modules
|
|
- /run:/var/run
|
|
command: ["/usr/local/bin/docker-init", "/usr/local/bin/dockerd"]
|
|
- name: test-docker-bench
|
|
image: linuxkit/test-docker-bench:f1076f4c5addc6bc3026edeed5cf6d6da6b5c165
|
|
ipc: host
|
|
pid: host
|
|
net: host
|
|
binds:
|
|
- /run:/var/run
|
|
capabilities:
|
|
- all
|
|
trust:
|
|
org:
|
|
- linuxkit
|