DockerNamesGenerator.CLI 1.0.0

dotnet tool install --global DockerNamesGenerator.CLI --version 1.0.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 1.0.0                
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=DockerNamesGenerator.CLI&version=1.0.0                
nuke :add-package DockerNamesGenerator.CLI --version 1.0.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

Features

  • Provide a seed
> docker-name 123
zealous_thompson

Usage

> docker-name --help
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. 
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 88 10/10/2024
0.4.0 85 10/10/2024