Skip to content

Redhawk18/docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker

A selection of dockerfiles. Images are available on docker hub. Contrarily to other images, those images aim to be up-to-date and are mostly available also for different architectures such as AMD64, ARM64, ARMV7, and ARMV6.

Getting Started

The project relies on docker. For each dockerfile/docker image, an according subfolder exists including a README that explains how to use the docker image.

Prerequisites

You need docker installed on your machine to build the dockerfiles and run the images. Follow the installation as described by docker.

Creating Images

Clone the repository, open into the according directory and create the image, e.g.:

cd mpich
sudo docker build . -t mpich:3.3.2

If you wish to create a docker image for a different architecture, follow the steps described in the docker documentations that use buildx.

Artifacts

The docker images are available on docker hub for different architectures (including ARM for Raspberry Pi).

Contributing

Any contributions you make are greatly appreciated.

  1. Fork the project
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a pull request

License

This project is licensed under CC BY-NC-SA 4.0 see the LICENSE file for details or the CC website.

Note that the docker images on docker hub are not part of this project and are published under the according docker hub license.

About

A collection of dockerfiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 75.2%
  • C 11.6%
  • Shell 11.1%
  • TeX 2.1%