kernel: image: linuxkit/kernel:5.4.28 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/init:a0246dd478a24abbee0a4cede99662ffc4931691 - linuxkit/runc:69b4a35eaa22eba4990ee52cccc8f48f6c08ed03 - linuxkit/containerd:09553963ed9da626c25cf8acdf6d62ec37645412 - linuxkit/ca-certificates:v0.7 onboot: - name: sysctl image: linuxkit/sysctl:v0.7 - name: sysfs image: linuxkit/sysfs:v0.7 - name: dhcpcd image: linuxkit/dhcpcd:v0.7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format image: linuxkit/format:65b9e0a76d0b9fb8ac5c5f3bc8d3131109290f56 - name: mount image: linuxkit/mount:v0.7 command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty image: linuxkit/getty:v0.7 env: - INSECURE=true - name: rngd image: linuxkit/rngd:02c555b50cd1887aa628836662d2eec54c0d7e81 - name: ntpd image: linuxkit/openntpd:v0.7 - name: docker image: docker:18.06.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 - /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