mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-10 23:12:40 +01:00
@@ -1,12 +1,12 @@
|
||||
# Run Mutt from a container
|
||||
|
||||
# docker run -it \
|
||||
# -v /etc/localtime:/etc/localtime \
|
||||
# -e GMAIL -e GMAIL_NAME \ # pass env variables to config
|
||||
# -e GMAIL_PASS -e GMAIL_FROM \
|
||||
# -v $HOME/.gnupg:/home/user/.gnupg \ # so you can encrypt ;)
|
||||
# --name mutt \
|
||||
# jess/mutt
|
||||
# -v /etc/localtime:/etc/localtime \
|
||||
# -e GMAIL -e GMAIL_NAME \ # pass env variables to config
|
||||
# -e GMAIL_PASS -e GMAIL_FROM \
|
||||
# -v $HOME/.gnupg:/home/user/.gnupg \ # so you can encrypt ;)
|
||||
# --name mutt \
|
||||
# jess/mutt
|
||||
#
|
||||
FROM debian:sid
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
|
||||
Reference in New Issue
Block a user