Add ide with docker

Signed-off-by: Kang HuaiShuai <khs1994@khs1994.com>
pull/432/head
Kang HuaiShuai 2019-11-05 22:19:50 +08:00
parent eb274b16f6
commit f44a3ee402
No known key found for this signature in database
GPG Key ID: 0A380828B1C243A7
5 changed files with 19 additions and 0 deletions

View File

@ -18,6 +18,7 @@ jobs:
args: build
- name: vuepress
run: |
rm -rf _book
npx vuepress build
- name: Upload Vuepress dist
uses: docker://pcit/pages

View File

@ -115,6 +115,14 @@ module.exports = {
'summary',
],
},
{
title: "在 IDE 中使用 Docker",
collapsable: false,
children: [
'/ide/',
'/ide/vscode',
],
},
],
'/cases/ci/': [
'/cases/ci/',

3
IDE/README.md Normal file
View File

@ -0,0 +1,3 @@
# IDE 使 Docker
使 IDE IDE Docker Docker

5
IDE/vsCode.md Normal file
View File

@ -0,0 +1,5 @@
# VS Code 使 Docker
## Docker
Docker [](https://code.visualstudio.com/docs/remote/containers)。

View File

@ -138,6 +138,8 @@
* [Drone](cases/ci/drone/README.md)
* [ Drone](cases/ci/drone/install.md)
* [Travis CI](cases/ci/travis/README.md)
* [ IDE 使 Docker](IDE/README.md)
* [VS Code](IDE/vsCode.md)
* [Docker ](opensource/README.md)
* [LinuxKit](opensource/linuxkit.md)
* [](appendix/README.md)