From 9212c5d589ddc90a1a94a395c91cf3ed0e60130a Mon Sep 17 00:00:00 2001 From: Phil Estes Date: Thu, 7 Dec 2017 23:15:35 -0600 Subject: [PATCH] Remove containerd config from shiftfs.yaml No need to have a special containerd daemon config file; might have been a vestige of earlier variants of LinuxKit? It is also out of date and incorrect for current containerd version. Signed-off-by: Phil Estes --- projects/shiftfs/shiftfs.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/projects/shiftfs/shiftfs.yml b/projects/shiftfs/shiftfs.yml index 9a7a7d8eb..6953bd915 100644 --- a/projects/shiftfs/shiftfs.yml +++ b/projects/shiftfs/shiftfs.yml @@ -27,26 +27,6 @@ services: - CAP_SETUID - CAP_SETGID - CAP_DAC_OVERRIDE -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" trust: org: - linuxkit