Docker authentication credentials for accessing Vultr Container Registry to push and pull container images
The vultr-cli container-registry credentials docker
command retrieves Docker authentication credentials for accessing your Vultr Container Registry, enabling you to push and pull container images.
$ vultr-cli container-registry credentials docker <Registry ID> [flags]
# Full example
$ vultr-cli container-registry credentials docker d24cfdcc-0534-4700-bf88-8ee48f20064e
Shorthand | Long Version | Description |
---|---|---|
-e | --expiry-seconds | (optional) The seconds until these credentials expire. Default is 0, never |
-w | --read-write | (optional) Whether or not these credentials have write access. Should be true or false. Default is false |
No comments yet.