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 <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2017-06-08 10:59:23 +01:00
parent b5ae1260ab
commit 3c0ebbb662

View File

@ -26,8 +26,6 @@ services:
- CAP_SETGID - CAP_SETGID
- CAP_DAC_OVERRIDE - CAP_DAC_OVERRIDE
files: files:
- path: etc/docker/daemon.json
contents: '{"debug": true}'
- path: etc/containerd/config.toml - path: etc/containerd/config.toml
contents: | contents: |
state = "/run/containerd" state = "/run/containerd"