mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-24 13:03:05 +00:00
53 lines
1.7 KiB
YAML
53 lines
1.7 KiB
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.54
|
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967
|
|
- linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8
|
|
- linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82
|
|
- linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669
|
|
- name: sysfs
|
|
image: linuxkit/sysfs:7ff47034ed61c8e4c7ca5b8992056c66c6f39df8
|
|
- name: format
|
|
image: linuxkit/format:e7f06bd9bb96b663f8aab7d648a5dfc3ed7785fc
|
|
- name: mount
|
|
image: linuxkit/mount:80c6aeef04260eaa7c74a93594ea7c5a4ab2808e
|
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
|
services:
|
|
- name: getty
|
|
image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512
|
|
env:
|
|
- INSECURE=true
|
|
- name: rngd
|
|
image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2
|
|
- name: ntpd
|
|
image: linuxkit/openntpd:8d32daf90ecf70b7e185cb7a2db53b4c539d371c
|
|
- name: docker
|
|
image: docker:17.07.0-ce-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
|
|
- /etc/docker/daemon.json:/etc/docker/daemon.json
|
|
command: ["/usr/local/bin/docker-init", "/usr/local/bin/dockerd"]
|
|
files:
|
|
- path: var/lib/docker
|
|
directory: true
|
|
- path: etc/docker/daemon.json
|
|
contents: '{"debug": true}'
|
|
trust:
|
|
org:
|
|
- linuxkit
|
|
- library
|