-
Where to get help: the online doc, the Support Organization
-
Where to file issues: https://github.com//docker-mkpasswd/issues
-
Maintained by: the Team
-
Source of this description: docs repo's
<organization>/
directory (history) -
Supported Docker versions: the latest release (down to 1.6 on a best-effort basis)
generates passwords and can apply them automatically to users.
Command line help is provided:
docker run --name <product> --rm <organization>/<product>:latest -h
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.