add readme

Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
Jessica Frazelle 2015-06-06 17:53:25 -07:00
parent eeb78fde8d
commit b454153e8f
2 changed files with 10 additions and 1 deletions

9
README.md Normal file
View File

@ -0,0 +1,9 @@
## dockerfiles
This is a repo to hold various Dockerfiles for images I create.
I try to make sure each has a command at the top for running it,
if a file you are looking at does not have a command, please
pull request it!
Almost all of these live on dockerhub under [jess](https://registry.hub.docker.com/repos/jess/).

View File

@ -25,7 +25,7 @@ RUN mkdir -p $HOME/.mutt/cache/headers $HOME/.mutt/cache/bodies \
# vim settings
RUN git clone https://github.com/jfrazelle/.vim.git $HOME/.vim \
&& git clone https://github.com/altercation/vim-colors-solarized $HOME/.vim/bundle/vim-colors-solarized \
&& cp $HOME/.vim/vimrc.txt $HOME/.vimrc
&& cp $HOME/.vim/vimrc $HOME/.vimrc
ENV LANG C.UTF-8