tabs vs spaces

Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
Jessica Frazelle
2015-07-24 16:36:17 -07:00
parent 66dcac3b51
commit eddf0cb67c
5 changed files with 33 additions and 33 deletions

View File

@@ -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>