mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
toc
Signed-off-by: Jess Frazelle <acidburn@github.com>
This commit is contained in:
parent
c160d3c94f
commit
a4d482da57
24
README.md
24
README.md
|
@ -4,18 +4,34 @@
|
||||||
|
|
||||||
This is a repo to hold various Dockerfiles for images I create.
|
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
|
**Table of Contents**
|
||||||
pull request it!
|
|
||||||
|
<!-- toc -->
|
||||||
|
|
||||||
|
<!-- tocstop -->
|
||||||
|
|
||||||
|
## About
|
||||||
|
|
||||||
Almost all of these live on dockerhub under [jess](https://hub.docker.com/u/jess/).
|
Almost all of these live on dockerhub under [jess](https://hub.docker.com/u/jess/).
|
||||||
Because you cannot use notary with autobuilds on dockerhub I also build these
|
Because you cannot use notary with autobuilds on dockerhub I also build these
|
||||||
continuously on a private registry at [r.j3ss.co](https://r.j3ss.co/) for public download. (You're
|
continuously on a private registry at [r.j3ss.co](https://r.j3ss.co/) for public download. (You're
|
||||||
welcome.)
|
welcome.)
|
||||||
|
|
||||||
|
## Resources
|
||||||
|
|
||||||
|
### My dotfiles
|
||||||
|
|
||||||
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).
|
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).
|
||||||
|
|
||||||
#### Using the `Makefile`
|
## Contributing
|
||||||
|
|
||||||
|
I try to make sure each Dockerfile has a command at the top to document running it,
|
||||||
|
if a file you are looking at does not have a command, please
|
||||||
|
pull request it!
|
||||||
|
|
||||||
|
|
||||||
|
### Using the `Makefile`
|
||||||
|
|
||||||
```
|
```
|
||||||
$ make help
|
$ make help
|
||||||
|
|
Loading…
Reference in New Issue
Block a user