Skip to content

Commit

Permalink
🩹 Fix DevContainer link (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
Corban316 authored Aug 1, 2024
1 parent 0e42ae2 commit f918e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _basics/install_devcontainer_vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ This quick-start covers how to set up a dev container for an existing project to

You can now interact with your project in VSCode just as you could when opening the project locally. From now on, when you open the project folder, VSCode will automatically pick up and reuse your dev container configuration.

While using this approach to [bind mount](https://docs.docker.com/storage/bind-mounts/) the local filesystem into a container is convenient, it does have some performance overhead on Windows and macOS. There are [some techniques](https://code.visualstudio.com/docs/remote/containers-advanced#_improving-container-disk-performance) that you can apply to improve disk performance, or you can [open a repository in a container using a isolated container volume](https://code.visualstudio.com/docs/remote/containers#_quick-start-open-a-git-repository-or-github-pr-in-an-isolated-container-volume) instead.
While using this approach to [bind mount](https://docs.docker.com/storage/bind-mounts/) the local filesystem into a container is convenient, it does have some performance overhead on Windows and macOS. There are [some techniques](https://code.visualstudio.com/remote/advancedcontainers/improve-performance) that you can apply to improve disk performance, or you can [open a repository in a container using a isolated container volume](https://code.visualstudio.com/docs/remote/containers#_quick-start-open-a-git-repository-or-github-pr-in-an-isolated-container-volume) instead.

0 comments on commit f918e86

Please sign in to comment.