Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jessfraz/dockerfiles
Various Dockerfiles I use on the desktop and on servers.
https://github.com/jessfraz/dockerfiles
bash containers docker dockerfile dockerfiles linux shell
Last synced: about 13 hours ago
JSON representation
Various Dockerfiles I use on the desktop and on servers.
- Host: GitHub
- URL: https://github.com/jessfraz/dockerfiles
- Owner: jessfraz
- License: mit
- Created: 2014-09-11T17:48:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-06T12:33:12.000Z (6 months ago)
- Last Synced: 2024-10-29T14:56:51.395Z (3 months ago)
- Topics: bash, containers, docker, dockerfile, dockerfiles, linux, shell
- Language: Dockerfile
- Homepage: https://blog.jessfraz.com/post/docker-containers-on-the-desktop/
- Size: 70.6 MB
- Stars: 13,688
- Watchers: 426
- Forks: 2,553
- Open Issues: 81
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome - jessfraz/dockerfiles - Various Dockerfiles I use on the desktop and on servers. (Dockerfile)
- awesome-cheatsheet - dockerfiles
- awesome-repositories - jessfraz/dockerfiles - Various Dockerfiles I use on the desktop and on servers. (Dockerfile)
- stars - jessfraz/dockerfiles - Various Dockerfiles I use on the desktop and on servers. (Dockerfile)
- awesome-docker - @jessfraz
- jimsghstars - jessfraz/dockerfiles - Various Dockerfiles I use on the desktop and on servers. (Dockerfile)
- awesome-cheatsheet - dockerfiles
- awesome-docker - @jessfraz
- awesome-list - Jess's Dockerfiles
- awesome-starred - jessfraz/dockerfiles - Various Dockerfiles I use on the desktop and on servers. (shell)
- awesome-list-docker - dockerfiles
README
## dockerfiles
[![make test](https://github.com/jessfraz/dockerfiles/workflows/make%20test/badge.svg)](https://github.com/jessfraz/dockerfiles/actions?query=workflow%3A%22make+test%22+branch%3Amaster)
This is a repo to hold various Dockerfiles for images I create.
**Table of Contents**
- [About](#about)
- [Resources](#resources)
* [My dotfiles](#my-dotfiles)
- [Contributing](#contributing)
* [Using the `Makefile`](#using-the-makefile)## 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.)## 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!### Using the `Makefile`
```
$ make help
build Builds all the dockerfiles in the repository.
dockerfiles Tests the changes to the Dockerfiles build.
image Build a Dockerfile (ex. DIR=telnet).
latest-versions Checks all the latest versions of the Dockerfile contents.
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.
```