kernel: image: linuxkit/kernel:4.14.35 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89 - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 onboot: - name: sysctl image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 - name: sysfs image: linuxkit/sysfs:98b340d360541f1e1e62bc30b62ab6a7e3dc9280 - name: dhcpcd image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98 - name: mount image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: rngd image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 - name: ntpd image: linuxkit/openntpd:9851e80f16e4292b12fbe97b9d7f1c3dd40d1ea2 - name: docker image: docker:17.07.0-ce-dind capabilities: - all 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:0535e78608f57702745dfd56fbe78d28d237e469 binds: - /var/run:/var/run - /etc/compose:/compose files: - 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 trust: org: - linuxkit