Containers/creators/dovecot.sh

11 lines
255 B
Bash
Executable File

#!/bin/sh
. "$(dirname $0)"/common.sh
podman container create \
--pod host \
--pull missing \
--image-volume tmpfs \
--mount type=volume,src=dovecot-data,dst=/var/mail/ \
oci-archive:daemons/dovecot/oci-archive.tar:redxen.eu/daemons/dovecot:latest