Add chinese docker resources

pull/264/head
khs1994 2017-11-30 15:05:32 +08:00
parent 6ec314e229
commit d8f1e91471
2 changed files with 10 additions and 0 deletions

View File

@ -133,6 +133,8 @@
* [Debian Ubuntu](cases/os/debian.md)
* [CentOS Fedora](cases/os/centos.md)
* [本章小结](cases/os/summary.md)
* [实战案例-CI/CD](cases/ci/README.md)
* [Drone](cases/ci/drone.md)
* [附录](appendix/README.md)
* [附录一:常见问题总结](appendix/faq/README.md)
* [附录二:热门镜像介绍](appendix/repo/README.md)
@ -146,3 +148,4 @@
* [Node.js](appendix/repo/nodejs.md)
* [附录三Docker 命令查询](appendix/command/README.md)
* [附录四:资源链接](appendix/resources/README.md)
* [附录五Docker 中文资源](appendix/resources/cn.md)

7
appendix/resources/cn.md Normal file
View File

@ -0,0 +1,7 @@
# Docker 中文资源
* [Docker 问答录100 问)](https://blog.lab99.org/post/docker-2016-07-14-faq.html)
* [Docker CE 变更日志中文翻译](https://github.com/allencloud/docker-changelog-chinese)
* [Dockerfile 最佳实践中文翻译](http://blog.csdn.net/guyue35/article/details/53891862)