This image runs the Dovecot IMAP server.
docker run -d --name dovecot -p 24:24 -p 143:143 -p 993:993 gevattergaul/dovecot
The image is based on the current Alpine release.
The tags follow the Dovecot Alpine package naming scheme with an added build number: For version "2.3.19.1-r0" the tag name will be "2.3.19.1-r0-0" for the first build, "2.3.19.1-r0-1" for the second and so on.
Mount your config to /etc/dovecot.
I wrote a blogpost explaining the Dovecot docker image.
Content type
Image
Digest
sha256:0edc0ca98…
Size
32.3 MB
Last updated
about 2 years ago
docker pull gevattergaul/dovecot