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 <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2018-05-10 17:12:13 +01:00
parent 3bca52dc46
commit abccb478bb
No known key found for this signature in database
GPG Key ID: 609102888A2EE3F9

View File

@ -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: