registry_generate_docker_credentials
Generate Docker credentials for a Vultr container registry. Specify registry name or ID, set expiry and access level to get username, password, and registry URL.
Instructions
Generate Docker credentials for container registry access.
Smart identifier resolution: Use registry name or ID.
Args: registry_identifier: Registry name or ID expiry_seconds: Expiration time in seconds (optional, default: no expiry) read_write: Whether to grant read-write access (default: True, False for read-only)
Returns: Docker credentials including username, password, and registry URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| read_write | No | ||
| expiry_seconds | No | ||
| registry_identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||