From abccb478bbab222a7874e7594150a63a71bba23a Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Thu, 10 May 2018 17:12:13 +0100 Subject: [PATCH] Remove the containerd config from the example It is very out of date and misleading. It was mainly there to show Prometheus metrics. Signed-off-by: Justin Cormack --- linuxkit.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/linuxkit.yml b/linuxkit.yml index 1f4809544..7b94fa630 100644 --- a/linuxkit.yml +++ b/linuxkit.yml @@ -34,25 +34,6 @@ services: binds: - /etc/resolv.conf:/etc/resolv.conf files: - - path: etc/containerd/config.toml - contents: | - state = "/run/containerd" - root = "/var/lib/containerd" - snapshotter = "io.containerd.snapshotter.v1.overlayfs" - differ = "io.containerd.differ.v1.base-diff" - subreaper = false - - [grpc] - address = "/run/containerd/containerd.sock" - uid = 0 - gid = 0 - - [debug] - address = "/run/containerd/debug.sock" - level = "info" - - [metrics] - address = ":13337" - path: etc/linuxkit-config metadata: yaml trust: