Skip to main content

Bring your own registry

  • Import/Create registry

    initz import registry --name <name> --username <username> --password <password> --url <url> --provider <provider> --namespace <namespace>
    Flags
    --name
    • Indicates name of the registry.
    • required
    • Shorthand : n
    --username
    • Indicates the username, with which you are registered with your registry provider.
    • required
    --password
    • Indicates the password of you registry account.
    • required
    --url
    • Indicates the URL of your service provider.
    • required
    --provider
    • required
    --namespace
    • required
  • Update registry

    Use command :

    initz edit registry --name <registry--name> --username <username> --password <password> --namespace <namespace>
    Flags
    --name
    • Indicates name of the registry.
    • required
    • Shorthand : n
    --username
    • Indicates the username, with which you are registered with your registry provider.
    • required
    --password
    • Indicates the password of you registry account.
    • required
    --namespace
    • required
    important

    In the registry, you can edit the username, password, and namespace.

  • Delete Registry

    Use command :

    initz delete registry --name <registry-name>
  • Get the list of registry

    Use command :

    initz get registry 

    In order to get information about specific registry.
    Use command :

    initz get registry <registry-name>
  • Check registry name

    To check registry name is available or not, use command :

    initz check registry --name <registry-name>