Restruct and reorder chapters

This commit is contained in:
Baohua Yang
2026-02-21 22:22:17 -08:00
parent 2ab40eacc0
commit 33af380be1
141 changed files with 154 additions and 182 deletions

3
19_cases/ide/README.md Normal file
View File

@@ -0,0 +1,3 @@
# IDE 中使用 Docker
使用 IDE 进行开发往往要求本地安装好工具链一些 IDE 支持 Docker 容器中的工具链这样充分利用了 Docker 的优点而无需在本地安装

11
19_cases/ide/vsCode.md Normal file
View File

@@ -0,0 +1,11 @@
## VS Code 中使用 Docker
本节涵盖了相关内容与详细描述主要探讨以下几个方面
### 概述
总体概述了以下内容
### Docker 容器作为远程开发环境
无需本地安装开发工具直接将 Docker 容器作为开发环境具体参考[官方文档](https://code.visualstudio.com/docs/remote/containers)。