mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-10 11:54:37 +00:00
Use a better structure
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# 在 IDE 中使用 Docker
|
||||
## 在 IDE 中使用 Docker
|
||||
|
||||
使用 IDE 进行开发,往往要求本地安装好工具链。一些 IDE 支持 Docker 容器中的工具链,这样充分利用了 Docker 的优点,而无需在本地安装。
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# VS Code 中使用 Docker
|
||||
## VS Code 中使用 Docker
|
||||
|
||||
## 将 Docker 容器作为远程开发环境
|
||||
### 将 Docker 容器作为远程开发环境
|
||||
|
||||
无需本地安装开发工具,直接将 Docker 容器作为开发环境,具体参考 [官方文档](https://code.visualstudio.com/docs/remote/containers)。
|
||||
|
||||
Reference in New Issue
Block a user