updated Mutt's Dockerfile w/ command

This commit is contained in:
Jaren Glover 2015-07-19 18:54:30 -04:00 committed by Jessica Frazelle
parent 176fa2cf1c
commit 7539269f77

View File

@ -1,3 +1,13 @@
# 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
#
FROM debian:sid
MAINTAINER Jessica Frazelle <jess@docker.com>