Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 447 Bytes

Developing.md

File metadata and controls

19 lines (13 loc) · 447 Bytes

How to build Docker Registry UI

This file contains tips to help you take (and understand) your first steps in Docker Registry UI development.

Clone and install the repository

git clone https://github.com/Joxit/docker-registry-ui.git
cd docker-registry-ui
npm install

Run the local server

npm start

Open your browser http://localhost:8000 you can configure your options by updating the src/index.html file.