是否可以在 VS 代码上挂载 docker 容器?
Is it possible to mount docker container on VS code?
我看到了,但我不记得我在哪里看到的。
看起来像是看到了内部 Linux,在 Mac OS.
的 VS Code 上安装了 docker 容器
是否可以在 VS 代码上挂载 docker 容器?
通过“挂载”,我认为您是在谈论在容器内打开 VSCode 而不是 Docker 卷和 bind mounts. You can install the Remote Containers 扩展来执行此操作。
另请参阅@AttilaViniczai 提到的文档,了解如何为 VSCode 创建开发 containers/dev 容器:https://code.visualstudio.com/docs/remote/create-dev-container
- 安装 VSCode 扩展程序
- Select VSCode 左侧的 Remote Explorer 选项卡,并确保从下拉列表中选择 Containers select菜单。
- 双击您要处理的容器and/or 右键单击并select 附加到容器。这会将 VSCode 附加到 Docker 容器并自动在其中安装所需的工具。
我看到了,但我不记得我在哪里看到的。
看起来像是看到了内部 Linux,在 Mac OS.
的 VS Code 上安装了 docker 容器是否可以在 VS 代码上挂载 docker 容器?
通过“挂载”,我认为您是在谈论在容器内打开 VSCode 而不是 Docker 卷和 bind mounts. You can install the Remote Containers 扩展来执行此操作。
另请参阅@AttilaViniczai 提到的文档,了解如何为 VSCode 创建开发 containers/dev 容器:https://code.visualstudio.com/docs/remote/create-dev-container
- 安装 VSCode 扩展程序
- Select VSCode 左侧的 Remote Explorer 选项卡,并确保从下拉列表中选择 Containers select菜单。
- 双击您要处理的容器and/or 右键单击并select 附加到容器。这会将 VSCode 附加到 Docker 容器并自动在其中安装所需的工具。