Modifies existing container registry settings including storage capacity, authentication options, and configuration parameters.
The vultr-cli container-registry update
command modifies existing container registry settings, allowing users to update parameters like storage capacity, authentication options, or registry configuration.
$ vultr-cli container-registry update <Registry ID> [flags]
# Full example
$ vultr-cli container-registry update 835fd402-e0eb-47aa-a5a9-a9885feea1cf --plan="premium" --public="true"
# Shortened example with aliases
$ vultr-cli cr u 835fd402-e0eb-47aa-a5a9-a9885feea1cf -p="premium" -b="true"
Shorthand | Long Version | Description |
---|---|---|
-p | --plan | Name of the plan used for the container registry |
-b | --public | The container registry availability status |
No comments yet.