2015-06-07 02:53:25 +02:00
## dockerfiles
2016-09-30 19:47:34 +02:00
[![Travis CI ](https://travis-ci.org/jessfraz/dockerfiles.svg?branch=master )](https://travis-ci.org/jessfraz/dockerfiles)
2015-10-22 11:13:39 +02:00
2015-06-07 02:53:25 +02:00
This is a repo to hold various Dockerfiles for images I create.
2015-10-22 11:13:39 +02:00
I try to make sure each has a command at the top for running it,
2015-06-07 02:53:25 +02:00
if a file you are looking at does not have a command, please
pull request it!
2015-11-16 14:06:59 +01:00
Almost all of these live on dockerhub under [jess ](https://hub.docker.com/u/jess/ ).
2016-09-19 18:14:48 +02:00
Because you cannot use notary with autobuilds on dockerhub I also build these
continuously on a private registry at r.j3ss.co for public download. (You're
welcome.)
2015-07-27 06:46:34 +02:00
2016-09-30 19:47:34 +02:00
You may also want to checkout my [dotfiles ](https://github.com/jessfraz/dotfiles ), specifically the aliases for all these files which are here: [github.com/jessfraz/dotfiles/blob/master/.dockerfunc ](https://github.com/jessfraz/dotfiles/blob/master/.dockerfunc ).