mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-24 07:23:38 +00:00
Add ide with docker
Signed-off-by: Kang HuaiShuai <khs1994@khs1994.com>
This commit is contained in:
parent
eb274b16f6
commit
f44a3ee402
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -18,6 +18,7 @@ jobs:
|
||||
args: build
|
||||
- name: vuepress
|
||||
run: |
|
||||
rm -rf _book
|
||||
npx vuepress build
|
||||
- name: Upload Vuepress dist
|
||||
uses: docker://pcit/pages
|
||||
|
@ -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
3
IDE/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# 在 IDE 中使用 Docker
|
||||
|
||||
使用 IDE 进行开发,往往要求本地安装好工具链。一些 IDE 支持 Docker 容器中的工具链,这样充分利用了 Docker 的优点,而无需在本地安装。
|
5
IDE/vsCode.md
Normal file
5
IDE/vsCode.md
Normal file
@ -0,0 +1,5 @@
|
||||
# VS Code 中使用 Docker
|
||||
|
||||
## 将 Docker 容器作为远程开发环境
|
||||
|
||||
无需本地安装开发工具,直接将 Docker 容器作为开发环境,具体参考 [官方文档](https://code.visualstudio.com/docs/remote/containers)。
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user