mirror of https://github.com/docker/cli.git
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"
|