dokploy_registry_testRegistry
dokploy_registry_testRegistryTest and validate Docker registry credentials for cloud-based container registries to ensure secure access for deploying containerized applications.
Instructions
[registry] registry.testRegistry (POST)
Parameters:
registryName (string, optional)
username (string, required)
password (string, required)
registryUrl (string, required)
registryType (enum: cloud, required)
imagePrefix (any, optional)
serverId (string, optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| registryName | No | ||
| username | Yes | ||
| password | Yes | ||
| registryUrl | Yes | ||
| registryType | Yes | ||
| imagePrefix | No | ||
| serverId | No |