GitHub上關於docker的專案排名前十個介紹,同時推薦下兩本gitbook

楊振平發表於2015-01-29

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


相關文章