当前位置: 首页 > news >正文

GitHub上关于docker的项目排名前十个介绍,同时推荐下两本gitbook

GitHub上关于docker的项目排名前十个介绍,同时推荐下两本gitbook

 

1. docker:

 

https://github.com/docker/docker
开发语言:Go  18,761 Stargazers支持者  3,861 Forks被拷贝次数
Docker - the open-source application container engine,这个就是docker本身了。

 

2. dokku:

 

https://github.com/progrium/dokku
开发语言:Shell  8,230 Stargazers  662 Forks
Docker powered mini-Heroku in around 100 lines of Bash这个是由Deis发起的最小PaaS实现。

 

3. fig:

 

https://github.com/docker/fig
开发语言:Python  4,473 Stargazers  386 Forks
Fast, isolated development environments using Docker,这个就是著名的Fig项目了,使用docker的快速,隔离的开发环境。

 

4. drone:

 

https://github.com/drone/drone
开发语言:Go  4,354 Stargazers  428 Forks
Drone is a Continuous Integration platform built on Docker,构建在Docker上的一个持续集成平台。

 

5. boot2docker:

 

https://github.com/boot2docker/boot2docker
开发语言:Shell  4,141 Stargazers  347 Forks
Lightweight Linux for Docker,为Docker而生的轻量级Linux。

 

6. shipyard:

 

https://github.com/shipyard/shipyard
开发语言:Go  3,150 Stargazers  286 Forks
Composable Docker Management,可组合的Docker管理工具。
Shipyard支持多主机,Docker集群管理。它使用了城堡的工具包集群的资源和调度。
Shipyard已经大大简单化,只需要访问Docker远程API和RethinkDB实例。

 

7. weave:

 

https://github.com/zettio/weave
开发语言:Go  2,769 Stargazers  129 Forks
The Docker Network,Docker网络管理工具。

 

8. kitematic:

 

https://github.com/kitematic/kitematic
开发语言:CSS  2,565 Stargazers  117 Forks
Simple Docker management for Mac,Mac上简单的Docker管理工具。

 

9. baseimage-docker:

 

https://github.com/phusion/baseimage-docker
开发语言:Python  2,243 Stargazers  273 Forks
A minimal Ubuntu base image modified for Docker-friendliness,一个为Docker更友好而修改的最小版本Ubuntu基镜像。

 

10. dockerui:

 

https://github.com/crosbymichael/dockerui
开发语言:JavaScript  2,235 Stargazers  218 Forks
A web interface for docker.
http://docker.io,一个Docker的web接口。

 

最后推荐下两本gitbook:


Docker官方docs(https://docs.docker.com/)翻译:

https://github.com/widuu/chinese_docker/blob/master/SUMMARY.md
Docker —— 从入门到实践:http://yeasy.gitbooks.io/docker_practice/content/index.html

 

当然github上还有很多很好的项目和工具,大家有空可以自己看看:


https://github.com/search?o=desc&p=1&q=docker&s=stars&type=Repositories&utf8=%E2%9C%93

相关文章:

  • C#的预处理指令的全局设计
  • ruby之各种概念
  • IOS路径沙盒文件管理
  • 异步任务与回调
  • html块级元素与行内元素
  • java web project --classpath
  • IIS6与IIS7在编程实现HTTPS绑定时的细微差别
  • 【HDU】1847 Good Luck in CET-4 Everybody!
  • Javassist初体验
  • JavaScript高级程序设计--基本概念--笔记
  • javabean总结
  • Css布局系列-经典三列布局
  • msyql查表报InnoDB错误
  • Nodejs使用TLS
  • Overview
  • [js高手之路]搞清楚面向对象,必须要理解对象在创建过程中的内存表示
  • 【Under-the-hood-ReactJS-Part0】React源码解读
  • 【干货分享】SpringCloud微服务架构分布式组件如何共享session对象
  • 30秒的PHP代码片段(1)数组 - Array
  • Apache Spark Streaming 使用实例
  • CSS3 变换
  • Flannel解读
  • springMvc学习笔记(2)
  • vue2.0项目引入element-ui
  • vue-cli3搭建项目
  • Yeoman_Bower_Grunt
  • 动手做个聊天室,前端工程师百无聊赖的人生
  • 基于Dubbo+ZooKeeper的分布式服务的实现
  • 开发基于以太坊智能合约的DApp
  • 嵌入式文件系统
  • 设计模式(12)迭代器模式(讲解+应用)
  • 手机端车牌号码键盘的vue组件
  • 线上 python http server profile 实践
  • 新版博客前端前瞻
  • 怎么把视频里的音乐提取出来
  • MiKTeX could not find the script engine ‘perl.exe‘ which is required to execute ‘latexmk‘.
  • Spring第一个helloWorld
  • ###STL(标准模板库)
  • (12)Hive调优——count distinct去重优化
  • (Matalb时序预测)WOA-BP鲸鱼算法优化BP神经网络的多维时序回归预测
  • (python)数据结构---字典
  • (zz)子曾经曰过:先有司,赦小过,举贤才
  • (二)springcloud实战之config配置中心
  • (分布式缓存)Redis持久化
  • (附源码)python房屋租赁管理系统 毕业设计 745613
  • (接口自动化)Python3操作MySQL数据库
  • (没学懂,待填坑)【动态规划】数位动态规划
  • (译) 理解 Elixir 中的宏 Macro, 第四部分:深入化
  • (转载)在C#用WM_COPYDATA消息来实现两个进程之间传递数据
  • .NET 5种线程安全集合
  • .NET Conf 2023 回顾 – 庆祝社区、创新和 .NET 8 的发布
  • .NET Core使用NPOI导出复杂,美观的Excel详解
  • .net 提取注释生成API文档 帮助文档
  • .net 无限分类
  • .net访问oracle数据库性能问题