Back to templates
registry icon

Deploy registry on Sealos

registry is an implementation of the OCI Distribution Specification. gui-registry is a web UI for registry.

Tools
Deploy registry in a few clicks from the Sealos App Store.Run a self-hosted open-source service on Kubernetes-backed infrastructure.Get automatic HTTPS, routing, and resource management from Sealos.Avoid manual YAML while keeping control of the deployed workload.

Why deploy on Sealos

Sealos makes deploying any app effortless, secure, and production-ready. From one-click launch to ongoing operations, we handle the heavy lifting so you can focus on what matters.

One-Click Deploy
Sealos logo
Compute
Networking
Storage
Security
Observability
Your Application is Live

One-Click Deployment

Deploy any app template in seconds. No compose setup, manual configure, and go live.

Managed Kubernetes Reliability

Built on Sealos Managed Kubernetes for high availability, auto-scaling, and self-healing by default.

Automatic HTTPS & Security

Every deployment includes a secure domain with automatic SSL. We handle certificates and text protection for you.

Persistent Storage

Attach persistent volumes with ease. Your data stays safe, durable, and always accessible.

Scale when needed

Adjust resources as your app grows, no downtime required.

You Get the Whole Stack

Sealos provisions and connects every resource your application needs. Everything is ready to use.

One-click, fully provisionedSecure by defaultProduction ready

App Service

Your application is running and ready to serve requests.

Public HTTPS URL

Secure, global endpoint to access your application.

Database

Managed database instance for your application.

Persistent Volume

Durable storage for uploads and application data.

Environment Variables

Configuration and secrets injected securely into your app.

Logs & Metrics

Centralized logs and basic metrics are enabled.

README

README.md

OCI Distribution Specification Registry and GUI-Registry

Overview

The registry is an implementation of the OCI Distribution Specification, providing a standards-based solution for storing and distributing container images.

The gui-registry is a web UI for managing the registry, offering a user-friendly interface for common tasks such as pushing, pulling, and managing images.

Default Credentials

  • Username: root
  • Password: root

Example Configuration

External Network Addresses

Pushing an Image to the Registry

  1. Login to the Registry:

    docker login registry.cloud.sealos.io
    
    • Username: root
    • Password: root
  2. Tag the Image:

    docker tag nginx:latest registry.cloud.sealos.io/nginx:latest
    
  3. Push the Image:

    docker push registry.cloud.sealos.io/nginx:latest
    
  4. Change the root password: Edit the registry_htpasswd file in applaunchpad's registry app to change the root password using Bcrypt.

    Note: you can ues https://httpd.apache.org/docs/2.4/programs/htpasswd.html to generate the htpasswd file.

  5. Config the registry See: https://distribution.github.io/distribution/about/configuration for more configuration

Web Management

This setup allows you to manage your container images easily through both command-line operations and a graphical web interface. Make sure to replace the default credentials with more secure options in a production environment.

Related templates

Explore more production-ready templates.

More

Ready to Stop Configuring and
Start Creating?

Get started for free. No credit card required.

Play