kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf - linuxkit/ca-certificates:ce2692e89d2be341b0d3caa0b0aa01b37d5d0694 onboot: - name: sysctl image: linuxkit/sysctl:6f96e509c7383b31dfdd2c3e9fa01c6ab3e4c586 - name: sysfs image: linuxkit/sysfs:6d1b016e1a7834ccc72bd4570fadd22933665ec8 - name: dhcpcd image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format image: linuxkit/format:c5e3200c3eeaed2652314869c08197098fd1f843 - name: mount image: linuxkit/mount:6b25743397b520924de11f96e3eeb613aa04a507 command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: rngd image: linuxkit/rngd:68dbb9f121634e7fcf538ab1c54f3eb2e2430e85 - name: ntpd image: linuxkit/openntpd:2f13536030a04f93cfaa02f816fe24f536c9943c - 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 - 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