docker-mailserver / docker-mailserver-helm

Kubernetes Helm chart for docker-mailserver
https://github.com/docker-mailserver/docker-mailserver/
MIT License
107 stars 67 forks source link

Use containerd instead of Docker #69

Closed MohammedNoureldin closed 2 years ago

MohammedNoureldin commented 2 years ago

After Kubernetes deprecated the usage of Docker, and they started using Containerd directly instead, here we also should be able to run Mailserver without having Docker installed to run the setup.sh, but rather only using Containerd.

This seems to be not a big task to do, just the CRI commands should be adapted to execute in the container using containerd syntax instead of Docker.

I created this issue to keep this documented, but I am not sure if I will be able to work on it by myself.

MohammedNoureldin commented 2 years ago

OK I created this issue in the wrong repo, this should be followed here: https://github.com/docker-mailserver/docker-mailserver/issues/2899