This new collection of commands supports initializing a local engine using containerd, updating that engine, and activating the EE product Signed-off-by: Daniel Hiltgen <daniel.hiltgen@docker.com>
15 lines
231 B
TOML
15 lines
231 B
TOML
root = "/var/lib/containerd"
|
|
state = "/run/containerd"
|
|
oom_score = 0
|
|
|
|
[grpc]
|
|
address = "/run/containerd/containerd.sock"
|
|
uid = 0
|
|
gid = 0
|
|
|
|
[debug]
|
|
address = "/run/containerd/debug.sock"
|
|
uid = 0
|
|
gid = 0
|
|
level = "debug"
|