Breezes 正在参加 2021 年度 OSC 中国开源项目评选,请投票支持!
Breezes 在 2021 年度 OSC 中国开源项目评选 中已获得 {{ projectVoteCount }} 票,请投票支持!
2021 年度 OSC 中国开源项目评选 正在火热进行中,快来投票支持你喜欢的开源项目!
2021 年度 OSC 中国开源项目评选 >>> 中场回顾
Breezes 获得 2021 年度 OSC 中国开源项目评选「最佳人气项目」 !
授权协议 MIT
开发语言 Python HTML/CSS
操作系统 跨平台
软件类型 开源软件
所属分类 程序开发UI组件库
开源组织
地区 国产
投 递 者 Hiroshi-tao
适用人群 未知
收录时间 2017-02-09

软件简介

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 

展开阅读全文

代码

的 Gitee 指数为
超过 的项目

评论

点击引领话题📣 发布并加入讨论🔥
暂无内容
发表了博客
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
发表了问答
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
暂无内容
0 评论
11 收藏
分享
OSCHINA
登录后可查看更多优质内容
返回顶部
顶部