解决和源分支的冲突

This commit is contained in:
andy pan 2016-10-31 19:53:57 +08:00
parent a87c6bcc0a
commit 1551181c7f

View File

@ -54,6 +54,7 @@
| 11 | Docker | https://github.com/docker/docker | Docker 是一个开源的应用容器引擎,让开发者可以打包他们的应用以及依赖包到一个可移植的容器中,然后发布到任何流行的 Linux 机器上,也可以实现虚拟化。容器是完全使用沙箱机制,相互之间不会有任何接口(类似 iPhone 的 app。几乎没有性能开销,可以很容易地在机器和数据中心中运行。最重要的是,他们不依赖于任何语言、框架或包装系统。 |
| 12 | scope | https://github.com/weaveworks/scope | 一个docker&kubernetes的管理监控可视化工具 可以看到容器间的拓扑关系和tcp通信 |
| 13 | habitus | https://github.com/cloud66/habitus | 一个快速实现docker build 流程的工具, 支持复杂的docker build流程实现多个dockerfile的build流程典型应用如将需要静态编译的程序如go java这类程序在一个docker build编译好之后得到的二进制包用到后续的build流程 |
| 14 | sextant | https://github.com/k8sp/sextant | sextant 提供了可以通过PXE全自动化安装初始化一个CoreOS+kubernetes集群。 |
# PaaS工具
|序号|名称|项目地址|简介|
@ -227,7 +228,7 @@
# 其它
|序号|名称|项目地址|简介|
| ----- | ----- | ----- | ----- |
| 1 | Meizar | https://github.com/qibin0506 | golang实现抓取妹子图。默认图片来源网站https://jandan.net。 也可以自定义规则抓取其它网站的图片 |
| 1 | kone | https://github.com/xjdrew/kone | 可用于家庭或者企业网络的透明代理,可用来翻墙等 |
| 2 | KodeRunr | https://github.com/jaxi/koderunr | KodeRunr (读作 code runner) 是款我在闲暇时间用Go语言编写的应用。顾名思义你可以用它在网页上、命令行里写程序贴代码与此同时无需在本地安装任何编程语言。支持Ruby, Python, GO, Swift, C, Elixir等|
| 3 | godaemon | https://github.com/tim1020/godaemon | godaemon是用来为应用增加daemon和graceful的。 |
| 4 | Gomobile | https://github.com/golang/mobile | Gomobile是一个应用于iOS和Android的优秀跨平台开发库为开发者提供用于创建Android和iOS 移动平台代码的工具。 |