Creates a new private container registry in Vultrs cloud platform for storing and managing Docker container images.
The vultr-cli container-registry create
command creates a new private container registry in Vultr's cloud platform to store and manage Docker container images.
$ vultr-cli container-registry create [flags]
# Full example
$ vultr-cli container-registry create --region="sjc" --name="my-registry" --public=true --plan="start_up"
all flags are required
# Shortened example with aliases
$ vultr-cli cr c -i="sjc" -n="my-registry" -p=true -l="start_up"
| Shorthand | Long Version | Description | |-----------|--------------|-------------| | -n | --name | The name to use for the container registry | | -l | --plan | The type of plan to use for the container registry | | -p | --public | make the registry publicly available | true or false | | -i | --region | The ID of the region in which to create the container registry |
No comments yet.