Containerized https://github.com/OfflineIMAP/offlineimap on Alpine Linux.
Idea and description taken from here: https://hub.docker.com/r/gorootde/offlineimap
https://github.com/xstarina/offlineimap
.offlineimaprc config. See this page for examples.docker run
--name offlineimap \
--volume /path/to/offlineimaprc:/offlineimap.conf:ro \
starina/offlineimap
To keep the container up and running, it is mandatory to specify a autorefresh option in your config. Otherwise the container will exit after the first run is complete.
| Volume | Description |
|---|---|
| /offlineimap.conf | Attach your .offlineimaprc config file to this path |
| /localrepo/ | In case you want to use some persistent storage to do offline synchronization: mount it here |
| /home/imapuser/.offlineimap/ | Cache and metadata |
By default, the container runs as a user imapuser:nogroup (uid:gid 100:65533). So, the local repository must have write permissions for this user.
Content type
Image
Digest
sha256:f2324897a…
Size
18.8 MB
Last updated
over 1 year ago
docker pull starina/offlineimap