registry_get_docker_login_command
Generate a Docker login command for a Vultr registry using registry name or ID. Set access expiry and read-write or read-only permissions for CLI authentication.
Instructions
Generate Docker login command for easy CLI 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 login command and credentials information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| read_write | No | ||
| expiry_seconds | No | ||
| registry_identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||