LinuxCommandLibrary

crane-registry

local in-memory container registry

TLDR

Start a local registry

$ crane registry serve
copy
Serve on specific port
$ crane registry serve -address [localhost:5000]
copy

SYNOPSIS

crane registry serve [options]

DESCRIPTION

crane registry starts a local, in-memory container registry. This is useful for testing and development without needing a full registry deployment.

PARAMETERS

-address addr

Address to listen on.

CAVEATS

Data is stored in memory and lost when the server stops. Not intended for production use.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community