Installing KumoMTA in a Docker container

Has anyone successfully run KumoMTA in docker container following the instructions at https://docs.kumomta.com/userguide/installation/docker/

I got error when i run :

docker run --rm -p 2025:25 -v .:/opt/kumomta/etc/policy --name kumo-sink ghcr.io/kumocorp/kumomta-dev:latest

Error :

docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/opt/kumomta/sbin/docker-runner.sh": stat /opt/kumomta/sbin/docker-runner.sh: no such file or directory: unknown.

Installing KumoMTA in a Docker container

ah, I can confirm and reproduce this. This appears to be a casualty of some refactoring in the build process a while back. I think docker: copy the docker runner script into the image · KumoCorp/kumomta@2b73a48 · GitHub will fix it. Need to wait for the CI to build and publish to confirm. https://woodpecker.wezfurlong.org/repos/1/pipeline/294/42 will have the status on that step

I’ve confirmed that this is resolved now in the latest image build