geerlingguy / ansible-role-docker

Ansible Role - Docker
https://galaxy.ansible.com/geerlingguy/docker/
MIT License
1.8k stars 851 forks source link

remove runc, as it conflicts with containerd #424

Closed rpetti closed 11 months ago

rpetti commented 11 months ago

On RedHat operating systems, runc is provided by default on some installations. This other container implementation conflicts with containerd, making installation impossible without removing it first.

This PR ensures runc is not installed prior to installing containerd so it doesn't fail due to this conflict.

geerlingguy commented 11 months ago

This seems to be failing CI

rpetti commented 11 months ago

This seems to be failing CI

Got it, thanks!