mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 17:49:10 +00:00
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:
parent
3bca52dc46
commit
abccb478bb
19
linuxkit.yml
19
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:
|
||||
|
Loading…
Reference in New Issue
Block a user