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

Commit

Permalink
Add note on ${localWorkspaceFolder} (#1411)
Browse files Browse the repository at this point in the history
  • Loading branch information
bamurtaugh authored Apr 25, 2022
1 parent b530e44 commit 15204de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script-library/docs/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,5 @@ Then reference the env var when running Docker commands from the terminal inside
```bash
docker run -it --rm -v ${LOCAL_WORKSPACE_FOLDER}:/workspace debian bash
```
> **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 comments on commit 15204de

Please sign in to comment.