Skip to content

Commit

Permalink
docker入门实践和git命令
Browse files Browse the repository at this point in the history
  • Loading branch information
OctopusLian committed Jul 4, 2019
1 parent a603b05 commit 0802e9e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
- The Mesa 3D Graphics Library <https://www.mesa3d.org/>

## 搭建博客
- Hexo <https://hexo.io/>
- Hexo <https://hexo.io/>
24 changes: 24 additions & 0 deletions Project/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,27 @@ Share images, automate workflows, and more with a free Docker ID:

For more examples and ideas, visit:
- <https://docs.docker.com/get-started/>

基础

- [程序员为什么要学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)
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://stackoverflow.com/>
Expand Down

0 comments on commit 0802e9e

Please sign in to comment.