[Cialug] Docker issue

Todd Walton tdwalton at gmail.com
Thu Jun 24 15:24:22 UTC 2021


On Fri, Jun 18, 2021 at 9:25 AM L. V. Lammert <lvl at omnitec.net> wrote:

> Updated a system last night and after reboot docker did not start
> containers automatically (all are set to restart if not stopped).
>

So... docker didn't start? Or it did start, it just didn't start containers?

The question is - will restarting manually after update (successful) then
> resume restarting automatically, or are other changes required?
>

Assuming you can set docker to start automatically again (like: `systemctl
enable --now docker.service`), then it looks like the issue is that either
containerd isn't automatically starting, or that it is, but Docker can't
communicate with it because you've applied some custom change to the
docker.service unit file. Remove those changes and then reapply them
judiciously, if needed.

--
Todd


More information about the Cialug mailing list