Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
Signed-off-by: Jessica Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Jun 7, 2015
1 parent eeb78fd commit b454153
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/).
2 changes: 1 addition & 1 deletion mutt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b454153

Please sign in to comment.