From 0802e9e1e363711c0f10ff40182e03ba5b626e4b Mon Sep 17 00:00:00 2001 From: OctopusLian Date: Thu, 4 Jul 2019 18:54:26 +0800 Subject: [PATCH] =?UTF-8?q?docker=E5=85=A5=E9=97=A8=E5=AE=9E=E8=B7=B5?= =?UTF-8?q?=E5=92=8Cgit=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Framework/README.md | 2 +- Project/README.md | 24 ++++++++++++++++++++++++ README.md | 4 ++++ 3 files changed, 29 insertions(+), 1 deletion(-) diff --git a/Framework/README.md b/Framework/README.md index 9638a2f..a9df82a 100644 --- a/Framework/README.md +++ b/Framework/README.md @@ -8,4 +8,4 @@ - The Mesa 3D Graphics Library ## 搭建博客 -- Hexo \ No newline at end of file +- Hexo diff --git a/Project/README.md b/Project/README.md index c651d02..a01f4fe 100644 --- a/Project/README.md +++ b/Project/README.md @@ -9,3 +9,27 @@ Share images, automate workflows, and more with a free Docker ID: For more examples and ideas, visit: - + +基础 + +- [程序员为什么要学Docker?](https://zhuanlan.zhihu.com/p/61030380) +- [Docker 源码分析 系列](https://www.infoq.cn/profile/1278417) +- [只要一小时,零基础入门Docker](https://zhuanlan.zhihu.com/p/23599229) +- [Docker 入门教程](http://www.ruanyifeng.com/blog/2018/02/docker-tutorial.html) +- [看完此文,妈妈再也不会担心你Docker入不了门了](http://dockone.io/article/8993) +- [可能是把Docker的概念讲的最清楚的一篇文章](https://zhuanlan.zhihu.com/p/38552635) + +实践 + +- [阮一峰 Nginx 容器教程](http://www.ruanyifeng.com/blog/2018/02/nginx-docker.html) +- [徒手用Docker构建自己的PHP开发环境](http://dockone.io/article/3657) +- [在Docker上编译OpenJDK 8](http://dockone.io/article/8983) +- [构建安全可靠、最小化的 Docker 镜像](http://dockone.io/article/9029) +- [手把手教你使用 Docker 部署 Vue.js 项目](http://dockone.io/article/8834) +- [Docker — 从入门到实践](https://books.studygolang.com/docker_practice/) +- [基于Docker和Kubernetes的最佳架构实践](http://dockone.io/article/3694) +- [Docker最佳实践](https://yq.aliyun.com/articles/224595) + +源码分析 + +- [Docker 源码分析 系列](https://www.infoq.cn/profile/1279109) \ No newline at end of file diff --git a/README.md b/README.md index 7f61ca2..f369936 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,10 @@ - [CMake 入门实战](https://www.hahack.com/codes/cmake/) - [cmake-tutorial](https://cmake.org/cmake-tutorial/) +#### Git学习 +- [Git分支](https://learngitbranching.js.org/?NODEMO) +- [Try Git](https://try.github.io/) +- [Git教程](https://www.liaoxuefeng.com/wiki/896043488029600) #### 问答 - Stackoverflow