Little helper to run CNCF's k3s in Docker
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
k3d/docs/usage/commands/k3d_registry_create.md

40 lines
1.4 KiB

## k3d registry create
Create a new registry
### Synopsis
Create a new registry.
```
k3d registry create NAME [flags]
```
### Options
```
--default-network string Specify the network connected to the registry (default "bridge")
-h, --help help for create
-i, --image string 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 [HOST:]HOSTPORT Select which port the registry should be listening on on your machine (localhost) (Format: [HOST:]HOSTPORT)
- Example: `k3d registry create --port 0.0.0.0:5111` (default "random")
--proxy-password string Specify the password of the proxied remote registry
--proxy-remote-url string Specify the url of the proxied remote registry
--proxy-username string Specify the username of the proxied remote registry
-v, --volume [SOURCE:]DEST Mount volumes into the registry node (Format: [SOURCE:]DEST
```
### Options inherited from parent commands
```
--timestamps Enable Log timestamps
--trace Enable super verbose output (trace logging)
--verbose Enable verbose output (debug logging)
```
### SEE ALSO
* [k3d registry](k3d_registry.md) - Manage registry/registries