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.
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.