mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
add readme
Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
parent
1acfaf03c4
commit
f80ce16e1f
9
README.md
Normal file
9
README.md
Normal 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/).
|
|
@ -25,7 +25,7 @@ RUN mkdir -p $HOME/.mutt/cache/headers $HOME/.mutt/cache/bodies \
|
||||||
# vim settings
|
# vim settings
|
||||||
RUN git clone https://github.com/jfrazelle/.vim.git $HOME/.vim \
|
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 \
|
&& 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
|
ENV LANG C.UTF-8
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user