generate_docker_credentials
Generate temporary Docker credentials for secure access to Vultr container registries, with options for read-only or read-write permissions and customizable expiration times.
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 |
---|---|---|---|
expiry_seconds | No | ||
read_write | No | ||
registry_identifier | Yes |