All Projects → jessfraz → Dockerfiles

jessfraz / Dockerfiles

Licence: mit
Almost all of these live on dockerhub under jess. 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.)

Programming Languages

shell
77523 projects
Dockerfile
14818 projects
go
31211 projects - #10 most used programming language
lua
6591 projects
python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to Dockerfiles

Dockerfiles
Docker Projects Collection
Stars: ✭ 43 (-99.65%)
Mutual labels:  containers, dockerfiles
Picluster
A Simplified Docker Swarm or Kubernetes Alternative to Container Scheduling and Orchestration
Stars: ✭ 390 (-96.81%)
Mutual labels:  containers, dockerfiles
Jetson Containers
Machine Learning Containers for NVIDIA Jetson and JetPack-L4T
Stars: ✭ 223 (-98.17%)
Mutual labels:  containers, dockerfiles
Docker
Directus Docker — The Official Docker Container for the Directus Suite
Stars: ✭ 93 (-99.24%)
Mutual labels:  containers, dockerfiles
Kubler
A generic, extendable build orchestrator.
Stars: ✭ 126 (-98.97%)
Mutual labels:  containers
Dksnap
Docker Snapshots for Development and Test Data
Stars: ✭ 122 (-99%)
Mutual labels:  containers
Ignite
Ignite a Firecracker microVM
Stars: ✭ 1,954 (-84%)
Mutual labels:  containers
Cloud Discovery
Cloud Discovery provides a point in time enumeration of all the cloud native platform services
Stars: ✭ 119 (-99.03%)
Mutual labels:  containers
Ns Process
Code to accompany the "Namespaces in Go" series of articles.
Stars: ✭ 132 (-98.92%)
Mutual labels:  containers
Ops
Tools&scripts for daily devops.
Stars: ✭ 128 (-98.95%)
Mutual labels:  containers
Jib
🏗 Build container images for your Java applications.
Stars: ✭ 11,370 (-6.9%)
Mutual labels:  containers
Go2seccomp
Generate seccomp profiles from go binaries
Stars: ✭ 122 (-99%)
Mutual labels:  containers
Hivedscheduler
Kubernetes Scheduler for Deep Learning
Stars: ✭ 126 (-98.97%)
Mutual labels:  containers
Bitnami Docker Rabbitmq
Bitnami Docker Image for RabbitMQ
Stars: ✭ 120 (-99.02%)
Mutual labels:  containers
Cwl Airflow
Python package to extend Airflow functionality with CWL1.1 support
Stars: ✭ 130 (-98.94%)
Mutual labels:  containers
Vorteil
turn your applications and containers into micro virtual machines
Stars: ✭ 120 (-99.02%)
Mutual labels:  containers
Private Tor Network
Run an isolated instance of a tor network in Docker containers
Stars: ✭ 125 (-98.98%)
Mutual labels:  containers
Linuxdeploy Cli
Linux Deploy CLI
Stars: ✭ 127 (-98.96%)
Mutual labels:  containers
Containers
This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.
Stars: ✭ 125 (-98.98%)
Mutual labels:  containers
Sarek
Detect germline or somatic variants from normal or tumour/normal whole-genome or targeted sequencing
Stars: ✭ 124 (-98.98%)
Mutual labels:  containers

dockerfiles

make test

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

Table of Contents

About

Almost all of these live on dockerhub under jess. 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.)

Resources

My dotfiles

You may also want to checkout my dotfiles, specifically the aliases for all these files which are here: 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].