
| Current Path : /var/www/web-klick.de/dsh/dovecot-fts-flatcurve/test/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/web-klick.de/dsh/dovecot-fts-flatcurve/test/README.md |
# Dockerfile for fts-flatcurve development Dockerfile lives in .github/actions/dovecot-fts-flatcurve-test directory. "podman" is used for development; "docker" should also work. To build image run: ``` podman build -t dovecot-fts-flatcurve . ``` To access shell: ``` podman exec -it [container_name] /bin/bash ``` -or- to run gdb/get core dumps with podman, run the ``podman_cores.sh`` script. in this directory imaptest example command (run in container): ``` imaptest user=foo pass=pass rawlog test=/dovecot/imaptest/src/tests/ ``` ## Local Testing The ``podman_deploy.sh`` can be used to update a local container with the newest version of the software in the local git repository.