mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-05 21:23:38 +00:00
48 lines
1.5 KiB
YAML
48 lines
1.5 KiB
YAML
kernel:
|
|
image: linuxkit/kernel:4.19.28
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:629fdad56e62ae72bf8becf0c8a668241480d3ff
|
|
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
|
- linuxkit/containerd:39ac21278cfcc10dbcc32ad7f5abbe820852c5bd
|
|
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
|
- name: sysfs
|
|
image: linuxkit/sysfs:21a2071205e7060ed76656960eda5434b2fdcd91
|
|
- name: format
|
|
image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14
|
|
- name: mount
|
|
image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe
|
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
|
services:
|
|
- name: rngd
|
|
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
|
- 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:80593c1e8fcb5bd28788cbe8fba2df15e7aa2c3e
|
|
ipc: host
|
|
pid: host
|
|
net: host
|
|
binds:
|
|
- /run:/var/run
|
|
capabilities:
|
|
- all
|
|
trust:
|
|
org:
|
|
- linuxkit
|