Standalone Application

The simplest and most complete UI for your private registry!

View on GitHub

Standalone Application

Overview

This standalone application is based on Electron which encapsulates the whole docker-registry-ui in a single executable, that can be run on your local computer.

Building

Password Protected Registries

If you want to interact with password protected Docker Registries, this application will use the keystore of your system to gather the credentials for accessing the Registry.

This is accomplished with the keytar package. In concjunction with keytar, the integrated credential helper supports you with managing the credentials to the Registries.

alt Authentication on macOS

Troubleshooting