Files
Dokploy-ts-sdk/docs/models/operations/registrycreaterequest.md
2025-09-26 02:33:10 +00:00

3.8 KiB
Raw Blame History

RegistryCreateRequest

Example Usage

import { RegistryCreateRequest } from "dokploy/models/operations";

let value: RegistryCreateRequest = {
  registryName: "<value>",
  username: "Charity53",
  password: "xJ6g0XxPPsq6BwW",
  registryUrl: "https://joyful-toothpick.com/",
  registryType: "cloud",
  imagePrefix: "<value>",
};

Fields

Field Type Required Description
registryName string ✔️ N/A
username string ✔️ N/A
password string ✔️ N/A
registryUrl string ✔️ N/A
registryType operations.RegistryCreateRegistryType ✔️ N/A
imagePrefix string ✔️ N/A
serverId string N/A