当前位置: 首页 > 软件库 > 程序开发 > UI组件库 >

Breezes

Docker Registry UI
授权协议 MIT
开发语言 Python HTML/CSS
所属分类 程序开发、 UI组件库
软件类型 开源软件
地区 国产
投 递 者 岑俊明
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

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 

相关阅读

相关文章

相关问答

相关文档