DockerNamesGenerator.CLI 0.4.0

There is a newer version of this package available.
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                
nuke :add-package DockerNamesGenerator.CLI --version 0.4.0                

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 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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.

Version Downloads Last updated
1.0.0 112 6 months ago
0.4.0 99 6 months ago