Docker注册表文件驱动程序

docker-registry-driver-ufile的Python项目详细描述


#docker registry ufile driver

这是一个基于[ufile]键值存储的[docker registry后端驱动程序](https://github.com/dotcloud/docker-registry/tree/master/depends/docker-registry-core)。

[![许可证][许可证映像][许可证URL]
[![PYPI版本][PYPI图像][PYPI URL]

[![生成状态][Travis图像][Travis URL]
[![覆盖率状态][覆盖率图像][覆盖率URL]

[corporate image](https://gitcafe.com/skylothar/docker注册表驱动程序ufile/blob/master/readme zhcn.md)


\docker注册表驱动程序ufile

` ufile`.



选项

` ufile_baseurl`:您的ufile bucket url,如“http://your-bucket.ufile.ucloud.cn”(包括方案),您应尽可能使用内部url,如“http://your-bucket.ufile.cn-north-03.ucloud.cn”。` ufile_public_key`:ucloud公钥
1。` ufile_private_key`:ucloud私钥
1。` ufile_retries`:如果http请求失败,则总重试次数(默认值3)
1。` ufile_retry_interval`:如果http请求失败,请等待几秒钟后重试(默认值1)
1。` ufile_timeout`:等待操作完成的秒数(默认值60)

示例:

`` yaml
ufile:
<;<;:*公共
存储:ufile
ufile_-baseurl:http://your bucket.ufile.ucloud.cn
ufile_-public_-key:your ucloud public key
ufile private_-key:your ucloud private key
ufile-u重试次数:3
ufile重试间隔:1
ufile超时:60
`````

这个。

设置测试环境:

```
pip安装tox只需运行“tox”。

这将运行由[`docker registry core`]提供的测试(https://github.com/dotcloud/docker registry/tree/master/depends/docker registry core)



在apache许可下也是一样。

[pypi url]:https://pypi.python.org/pypi/docker registry driver ufile
[pypi image]:https://img.shields.io/pypi/v/docker-registry-driver-ufile.svg?style=flat square
[travis url]:https://travis ci.org/skylothar/docker注册表驱动程序ufile
[travis image]:https://img.shields.io/travis/skylothar/docker-registry-driver-ufile.svg?style=flat square
[coverage url]:https://coveragels.io/r/skylothar/docker注册表驱动程序ufile
[coverage image]:https://img.shields.io/coveragels/skylothar/docker-registry-driver-ufile.svg?style=flat square
[license url]:http://www.apache.org/licenses/license-2.0.html
[license image]:https://img.shields.io/github/license/skylothar/docker-registry-driver-ufile.svg?style=正方形

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
使用HTTP保存POST参数的java重定向   访问初始化对象的内部对象属性时发生java NullPointerException   java绑定属性<Predicate<MyObject>>到ListView(使用SelectionMode.MULTIPLE)   Java,提醒父对象更改   java JLabel更改标题的位置   如何在java中以ddmmmyyyy格式打印日期?   Selenium(Java)无法通过可见链接文本找到元素   java重组通过交换染色体创建新的基因型   java如何在JMockit中对不可修改的类型使用验证?   java如何在不创建变量的情况下将值传递给数组?   java端口连接上的hbase。网   Java通过使用来自的返回值进行强制转换。getClass()   JavaSpring如何从控制器返回视图而不出错页面   java在TableCellRenderer中使用自定义Swing JComponent