Skip to content

pre-cursor/github-template-repository-docker

Repository files navigation

Quick reference

Supported tags and respective Dockerfile links

Quick reference (cont.)

What is ?

generates passwords and can apply them automatically to users.

How to use this image

Command line help is provided:

docker run --name <product> --rm <organization>/<product>:latest -h

How to use this template

When you are done modifying the project boilerplate, remove this section from the documentation.

The template is parameterized so that you can use sed to replace strings globally to produce a fully configured baseline project. Globally replace the following terms with your tailored variants:

Replacement Description
<organization> The Docker Hub organization name, in lowercase, as shown in Docker Hub
<organization-title> The organization's proper name, as registered.
<product> The product name, lower-cased.
<description> The product long description.
<short-description> The product short description.
<version> The product version.
<release> The product release. Different than version, it can be used to denote the version of constituent software instead of your product, e.g. for MySQL if you were to extend MySQL.

The sample Docker is operational, and fully secure, and CLAIRE scanned. It for illustration purposes simply provides CURL.

The sample Docker uses Alpine 3.11, to keep the image lightweight.

License

License

View license information for the software contained in this image.

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.

About

tool-dockers maintains and funds this project.