Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds char icon and license section #534

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 28 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,35 @@
## dockerfiles
# Dockerfiles 🐳

This is a repo to hold various Dockerfiles for images I create.

[![Travis CI](https://img.shields.io/travis/jessfraz/dockerfiles.svg?style=for-the-badge)](https://travis-ci.org/jessfraz/dockerfiles)

This is a repo to hold various Dockerfiles for images I create.
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 continuously on a private registry at [r.j3ss.co](https://r.j3ss.co/) for public download. (You're welcome.)

**Table of Contents**
## Index

<!-- toc -->
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

- [About](#about)
- [Resources](#resources)
* [My dotfiles](#my-dotfiles)
- [My dotfiles](#my-dotfiles)
- [Using the `Makefile`](#using-the-makefile)
- [Contributing](#contributing)
* [Using the `Makefile`](#using-the-makefile)
- [License](#license)

<!-- tocstop -->

## About

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
continuously on a private registry at [r.j3ss.co](https://r.j3ss.co/) for public download. (You're
welcome.)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->

## 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).

## 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!
You may also want to cMarkdown TOCthub.com/jessfraz/dotfiles/blob/master/.dockerfunc).

## Using the `Makefile`

### Using the `Makefile`

```
```bash
$ make help
build Builds all the dockerfiles in the repository.
dockerfiles Tests the changes to the Dockerfiles build.
Expand All @@ -48,4 +38,16 @@ latest-versions Checks all the latest versions of the Dockerfile
run Run a Dockerfile from the command at the top of the file (ex. DIR=telnet).
shellcheck Runs the shellcheck tests on the scripts.
test Runs the tests on the repository.
```
```

## 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!

## License

This repository is licensed under [MIT License](LICENSE)

Copyright (c) 2017 [Jessie Frazelle](https://github.com/jessfraz)