mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-12 01:25:40 +00:00
48 lines
1.4 KiB
YAML
48 lines
1.4 KiB
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.65
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:42a92119e1ca10380e0d33e26c0cbcf85b9b3558
|
|
- linuxkit/runc:1b0741d07949c0acc444cd6a04ee7f833443579d
|
|
- linuxkit/containerd:bfb61cc1d26c39cd4b2bc08f7a9963fefa0ef3bf
|
|
- linuxkit/ca-certificates:af4880e78edc28743f7c5e262678c67c6add4c26
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:a9ad57ed738a31ea9380cd73236866c312b35489
|
|
- name: sysfs
|
|
image: linuxkit/sysfs:5367b46211882278b84a9e8048855ca5df65beda
|
|
- name: format
|
|
image: linuxkit/format:6b46d0450082f397177da36be6b4d74d93eacd1e
|
|
- name: mount
|
|
image: linuxkit/mount:41685ecc8039643948e5dff46e17584753469a7a
|
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
|
services:
|
|
- name: rngd
|
|
image: linuxkit/rngd:842e5e8ece7934f0cab9fd0027b595ff3471e5b9
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:48831507404049660b960e4055f544917d90378e
|
|
- name: docker
|
|
image: docker:17.07.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:972d07b4b8e084188365643334919cfe5d4016f2
|
|
ipc: host
|
|
pid: host
|
|
net: host
|
|
binds:
|
|
- /run:/var/run
|
|
capabilities:
|
|
- all
|
|
trust:
|
|
org:
|
|
- linuxkit
|