konstruktoid / ansible-role-docker-rootless

Ansible role to install a rootless Docker server
Apache License 2.0
68 stars 22 forks source link

Disable docker.service and docker.socket #423

Closed msladek closed 3 months ago

msladek commented 3 months ago

The role needs to stop/disable the docker.socket as well, otherwise the docker.service runs again after a system reboot.

Also added containerd.service since it's mentioned in the docs.

konstruktoid commented 3 months ago

Thanks again @msladek