Skip to content

Commit

Permalink
update:doc
Browse files Browse the repository at this point in the history
  • Loading branch information
itxuye committed Jan 29, 2019
1 parent 7495f06 commit 2f1469f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ module.exports = {
collapsable: true,
children: ["/microfrontend/MicroFrontend"]
},
{
title: "Docker",
collapsable: true,
children: ["/backend/Docker"]
},
{
title: "FEInterView",
collapsable: false,
Expand Down
11 changes: 11 additions & 0 deletions docs/backend/Docker.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Docker

- [Docker 零基础从入门到实战](https://yalishizhude.gitbooks.io/docker-book/content/)

- [Kubernetes 中文指南](https://rootsongjc.gitbooks.io/kubernetes-handbook/content/)

- [Docker — 从入门到实践](https://yeasy.gitbooks.io/docker_practice/content/)

- [vue-cli3 项目从搭建优化到 docker 部署](https://juejin.im/post/5c4a6fcd518825469414e062)

- [从零搭建 docker+jenkins+node.js 自动化部署环境](https://juejin.im/post/5b8ddb70e51d45389153f288)

0 comments on commit 2f1469f

Please sign in to comment.