dokploy_registry
Manage container registries for private Docker images. List, create, update, test credentials, and remove registries to control access to private image repositories.
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 | ||
| registryId | No | ||
| registryName | No | ||
| username | No | ||
| password | No | ||
| registryUrl | No | Registry URL, e.g. ghcr.io or registry.hub.docker.com | |
| registryType | No | ||
| imagePrefix | No | Optional image prefix prepended to pull paths | |
| serverId | No |