Breezes - Docker Registry UI


MIT
跨平台
Python

软件简介

Breezes 是一个多中心、多版本 Docker Registry UI,支持V1、V2两个版本,支持多个私有仓管理。

环境

  1. Python Version: 2.7

  2. Web Framework: Flask, Flask-RESTful

  3. Required Modules: requirements.txt

使用

1. Requirement:
    1.0 yum install -y gcc gcc-c++ python-devel
    1.1 pip install -r requirements.txt

2. modify config.py or add environment variables(os.getenv key in the reference configuration item):

3. run:
    3.1 python main.py        #development
    3.2 sh Control.sh         #production
    3.3 python -O Product.py  #production
    3.4 python super_debug.py #Performance optimization

4. Access it for IP:10210

Usage for Docker

   docker build -t breezes .
   docker run -tdi --name breezes --net=host --always=restart breezes
   ps aux|grep Breezes //watch the process

UI