Files
linuxkit/examples/node_exporter.yml
Justin Terry (VM) 45a354bba9 Update to latest linuxkit/runc:c1f0db2
Signed-off-by: Justin Terry (VM) <juterry@microsoft.com>
2019-05-30 11:36:57 -07:00

22 lines
471 B
YAML

kernel:
image: linuxkit/kernel:4.19.46
cmdline: "console=tty0 console=ttyS0"
init:
- linuxkit/init:v0.7
- linuxkit/runc:c1f0db27e71d948f3134b31ce76276f843849b0a
- linuxkit/containerd:v0.7
services:
- name: getty
image: linuxkit/getty:v0.7
env:
- INSECURE=true
- name: rngd
image: linuxkit/rngd:v0.7
- name: dhcpcd
image: linuxkit/dhcpcd:v0.7
- name: node_exporter
image: linuxkit/node_exporter:v0.7
trust:
org:
- linuxkit