docker / containerd-packaging

Linux distro packaging for containerd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changes to /etc/containerd.toml don't take effect

dhiltgen opened this issue · comments

It seems we probably need to make some tweaks to /lib/systemd/system/containerd.service so that it tells containerd explicitly to use /etc/containerd.toml - as best as I can tell in my testing, if you make changes to the config file, and restart the daemon, the changes don't take effect.

I believe the default config file is supposed to be /etc/containerd/config.toml so maybe we just need to change the path of the file in the package.

Confirmed. If I simply move /etc/containerd.toml -> /etc/containerd/config.toml and bounce the daemon I see my changes take effect.

Closed by 45d48eb