mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
updated Mutt's Dockerfile w/ command
This commit is contained in:
parent
176fa2cf1c
commit
7539269f77
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user