kernel: image: linuxkit/kernel:4.14.35 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 onboot: - name: sysctl image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 - name: dhcpcd image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: sysfs image: linuxkit/sysfs:98b340d360541f1e1e62bc30b62ab6a7e3dc9280 - name: format image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98 - name: mount image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 env: - INSECURE=true - name: rngd image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 - name: ntpd image: linuxkit/openntpd:9851e80f16e4292b12fbe97b9d7f1c3dd40d1ea2 - name: docker image: docker:17.10.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 - /var/run:/var/run - /lib/modules:/lib/modules - /etc/docker/daemon.json:/etc/docker/daemon.json command: ["/usr/local/bin/docker-init", "/usr/local/bin/dockerd"] - name: cadvisor image: linuxkit/cadvisor:9a4b626e808c6a961bf17c8c3eb8adbe55f94e20 files: - path: var/lib/docker directory: true - path: etc/docker/daemon.json contents: '{"debug": true, "hosts": ["unix:///var/run/docker.sock"]}' mode: "0644" trust: org: - linuxkit - library