dokploy_registry
Manage container registries to pull private images. Create, update, test, or remove registry configurations with credentials.
Instructions
Manage container registries for pulling private images. list. get: registryId. create: registryName+username+password+registryUrl (registryType defaults to 'cloud'). update: registryId+fields. remove: registryId. test: registryName+username+password+registryUrl (without persisting). testById: registryId, serverId?.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| password | No | ||
| serverId | No | ||
| username | No | ||
| registryId | No | ||
| imagePrefix | No | Optional image prefix prepended to pull paths | |
| registryUrl | No | Registry URL, e.g. ghcr.io or registry.hub.docker.com | |
| registryName | No | ||
| registryType | No |