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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel committed Mar 28, 2019
1 parent 08691ce commit 7d25f5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ Similarly, if you have a `docker-compose.yml` file, set these properties:
"name": "[Optional] Your project name here",
"dockerComposeFile": "docker-compose.yml",
"service": "the-name-of-the-service-you-want-to-work-with-in-vscode",
"volume": "/"
"volume": "name-of-volume-where-source-code-is-located"
}
```
...optionally setting `volume` to where you have volume mounted the source code. You may want to [extend your `docker-compose.yml` to avoid common pitfalls](containers/docker-existing-docker-compose).
You may want to [extend your `docker-compose.yml` to avoid common pitfalls](containers/docker-existing-docker-compose).

The other definitions in the `containers` folder will provide examples of how to cover new scenarios you may encounter along the way. For example, you may want to [alter your configuration](https://aka.ms/vscode-remote/docker/folder-setup) to install additional tools like Git in the container, automatically install extensions, expose additional ports, or set runtime arguments. In other cases, you may just want to [attach to an already running container](https://aka.ms/vscode-remote/docker/attach).

Expand Down

0 comments on commit 7d25f5c

Please sign in to comment.