Add ide with docker

Signed-off-by: Kang HuaiShuai <khs1994@khs1994.com>
This commit is contained in:
Kang HuaiShuai
2019-11-05 22:19:50 +08:00
parent eb274b16f6
commit f44a3ee402
5 changed files with 19 additions and 0 deletions

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)。