mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-02 11:01:14 +02:00
`docker.service` has a dependency to `containerd.service`: ``` $ systemctl list-dependencies docker.service docker.service containerd.service ... ``` If `docker.service` is not started (explicitly or via socket activation) `containerd.service` won't start. To ensure a seamless transition to kubernetes-1.24 let's enable by default `containerd.service`. Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
Description
Languages
Shell
93.1%
Python
6.9%