Docker container with personal mutt installation.
2.9K
The container provides the mutt instance for managing mounted mailbox. Accounts configuration is generated from mayaml.yml file (see: Mayaml project).
docker run -it --rm --name mutt \
-v /path/to/mayaml.yml:/mnt/mayaml.yml \
-v /path/to/maildir:/mnt/mails \
-v /path/to/abook:/mnt/abook \
skopciewski/mutt
If you want to execute other command than mutt, run docker container with escto as first param:
docker run -it --rm --name mutt \
-v /path/to/mayaml.yml:/mnt/mayaml.yml \
-v /path/to/maildir:/mnt/mails \
-v /path/to/abook:/mnt/abook \
skopciewski/mutt escto bash
mayaml.yml file mounted to the $MAYAML_FILE (default: /mnt/mayaml.yml)$MUTT_MAILS_DIR (default: /mnt/mails)$MUTT_ABOOK_DIR (default: /mnt/abook)Additionally:
$MUTT_USER_ID (default: 1000) and $MUTT_GROUP_ID (default: 1000)Content type
Image
Digest
sha256:66572b124…
Size
72.3 MB
Last updated
about 3 years ago
docker pull skopciewski/mutt