Skip to main content

Docker

Private registry

Custom apps can be installed from Docker images in private registries. Multiple registries can be configured. When pulling an image, credentials are automatically selected based on the registry hostname.

Registry List

Each registry requires:

  • Server - The registry hostname (e.g., ghcr.io, docker.io)
  • Username - Your registry username
  • Password - Your registry password or access token
Use docker.io for DockerHub

When using the private DockerHub registry, use docker.io as the server (not docker.com).

Add Registry