mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
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 <estesp@linux.vnet.ibm.com>
This commit is contained in:
parent
9aa8a4362f
commit
9212c5d589
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user