Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.06 KB

README.md

File metadata and controls

19 lines (12 loc) · 1.06 KB

Offlineimap in a container

Containerized https://github.com/OfflineIMAP/offlineimap

Docker Image CI

Getting Started

  1. Create a offlineimaprc config. See this page for examples.
  2. Run the container docker run -v /path/to/offlineimaprc:/offlineimap.conf:ro gorootde/offlineimap

Usage

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