K3d registry create

k3d registry create

Create a new registry

Synopsis

Create a new registry.

  1. k3d registry create NAME [flags]

Options

  1. --default-network string Specify the network connected to the registry (default "bridge")
  2. -h, --help help for create
  3. -i, --image string Specify image used for the registry (default "docker.io/library/registry:2")
  4. --no-help Disable the help text (How-To use the registry)
  5. -p, --port [HOST:]HOSTPORT Select which port the registry should be listening on on your machine (localhost) (Format: [HOST:]HOSTPORT)
  6. - Example: `k3d registry create --port 0.0.0.0:5111` (default "random")
  7. --proxy-password string Specify the password of the proxied remote registry
  8. --proxy-remote-url string Specify the url of the proxied remote registry
  9. --proxy-username string Specify the username of the proxied remote registry
  10. -v, --volume [SOURCE:]DEST Mount volumes into the registry node (Format: [SOURCE:]DEST

Options inherited from parent commands

  1. --timestamps Enable Log timestamps
  2. --trace Enable super verbose output (trace logging)
  3. --verbose Enable verbose output (debug logging)

SEE ALSO


Last update: June 6, 2022