Skip to content

srdrcn/registryui

Repository files navigation

Docker Registry UI

made-with-python Build Status Build Status Docker Pulls Open Source Helpers License: MIT Codacy Badge

Usage

It does not need to be connected with the docker sock. You can easly log in a registry with Your User Password and REGISTRY_URL:PORT. To connect another registry, all you need is logging out of the registry you are connected to and log in again with the new one. It only works with basic auth and docker registry v2.

As an example, you can run it as follows.

New Features!

  • Kubernetes yaml added. You can now deploy to kubernetes. (Deploy-Kubernetes Folder)
  • Now there is an internal terminal on the home page. Two applications are running in image.

For this reason, it is necessary to write http://IMAGEMACHINEIP:PORT on the textbox on the main page, where you run the image.

Best Practice Usage

docker run  -d -p  5003:5001 -p 5005:7681 chosenwar/registryui:latest