k3d registry create <Registry Name>
Create a new registry
Arguments
Name | Description |
---|---|
Registry Name | Name of the registry |
Options
Name | Description |
---|---|
--default-network | Specify the network connected to the registry (default "bridge") |
-i, --image <image> | Specify image used for the registry (default "docker.io/library/registry:2") |
--no-help | Disable the help text (How-To use the registry) |
-p, --port <port> | Select which port the registry should be listening on on your machine (localhost) (Format: [HOST:]HOSTPORT) |
--proxy-password <proxy-password> | Specify the password of the proxied remote registry |
--proxy-remote-url <proxy-remote-url> | Specify the url of the proxied remote registry |
--proxy-username <proxy-username> | Specify the username of the proxied remote registry |
-v, --volume <volume> | Mount volumes into the registry node (Format: [SOURCE:]DEST |