Skip to content

This project contains the code necessary to build a variety of common utilities as docker images. Every image is based off of alpine linux for maximum efficiency.

Notifications You must be signed in to change notification settings

mhanberry1/DockerImages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

author: Madison Hanberry
license: GPL-2.0+

Docker Images

Description

This project contains the code necessary to build a variety of common utilities as docker images. Every image is based off of alpine linux for maximum efficiency.

Dependencies

Building

Most images can be build simply by navigating to the appropriate directory and running docker build -t <image-name> .. There are some images which contain user-defined variables. Check out the README.md file in each directory for further instructions.

Running

All images can be run using docker run <image-name>. Recommendations on how to create non-volatile volumes can be found in each directory's README.md file.

Additional Resources

About

This project contains the code necessary to build a variety of common utilities as docker images. Every image is based off of alpine linux for maximum efficiency.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages