Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 15204de

Browse files
authored
Add note on ${localWorkspaceFolder} (#1411)
1 parent b530e44 commit 15204de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

script-library/docs/docker.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,5 @@ Then reference the env var when running Docker commands from the terminal inside
144144
```bash
145145
docker run -it --rm -v ${LOCAL_WORKSPACE_FOLDER}:/workspace debian bash
146146
```
147+
148+
> **Note:** There is no `${localWorkspaceFolder}` when using the **Clone Repository in Container Volume** command ([info](https://github.com/microsoft/vscode-remote-release/issues/6160#issuecomment-1014701007)).

0 commit comments

Comments
 (0)