kernel: image: linuxkit/kernel:4.9.40 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd - linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844 - linuxkit/containerd:1ff17c0908bed91a7bff252fba2e3d360d05a3de - linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf onboot: - name: sysctl image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0 - name: sysfs image: linuxkit/sysfs:006a65b30cfdd9d751d7ab042fde7eca2c3bc9dc - name: dhcpcd image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: binfmt image: linuxkit/binfmt:257b5174a8e33bc62d5448cc026d72cae3713628 - name: format image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61 - name: mount image: linuxkit/mount:a738ccad4e3e009b7c5f541226e9232a6287fa5d command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: rngd image: linuxkit/rngd:6565ae49f6be29d4e64614a4df3978b972956ebf - name: ntpd image: linuxkit/openntpd:2874b66c9fa51fa5b4d11c8b50441eb94ee22a5a - name: docker image: docker:17.06.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 - /var/html:/var/html command: ["/usr/local/bin/docker-init", "/usr/local/bin/dockerd"] - name: compose image: linuxkitprojects/compose:0535e78608f57702745dfd56fbe78d28d237e469 binds: - /var/run:/var/run - /var/compose:/compose files: - path: var/html/a/index.html source: html-a.html - path: var/html/b/index.html source: html-b.html - path: var/compose/docker-compose.yml source: docker-compose.yml trust: org: - linuxkit