DockerNamesGenerator.CLI
0.4.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global DockerNamesGenerator.CLI --version 0.4.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local DockerNamesGenerator.CLI --version 0.4.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=DockerNamesGenerator.CLI&version=0.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package DockerNamesGenerator.CLI --version 0.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Docker names generator
Generate random names.
The generation algorithm is the one used by docker to generate the names of their containers, see names-generator.go from moby/moby.
Quick start
Start by installing the CLI tool, e.g. using dotnet:
dotnet tool install --global DockerNamesGenerator.CLI
Then run the docker-name
command.
> docker-name
festive_meitner
<b>Features</b>
- Provide a seed
docker-name 123
zealous_thompson
<b>Usage</b>
docker-name 1.0.0
ismailbennani
--help Display this help screen.
--version Display version information.
value pos. 0 Value that will be used as a seed for the random generation.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.