From 3c0ebbb66244138c41f41e395bc51e86874578ad Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Thu, 8 Jun 2017 10:59:23 +0100 Subject: [PATCH] example: Remove docker.json from linuxkit.yml The 'docker.json' file is not used in the top level example and was merely there as an example use of the 'file' section. Since we now have the containerd config file in the 'file' section the 'docker.json' entry is no longer needed. Signed-off-by: Rolf Neugebauer --- linuxkit.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/linuxkit.yml b/linuxkit.yml index 3bbc6930a..6c8d7b1bf 100644 --- a/linuxkit.yml +++ b/linuxkit.yml @@ -26,8 +26,6 @@ services: - CAP_SETGID - CAP_DAC_OVERRIDE files: - - path: etc/docker/daemon.json - contents: '{"debug": true}' - path: etc/containerd/config.toml contents: | state = "/run/containerd"